Last updated on 2023-03-20 12:51:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | WARN | ||||
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 5.89 | 170.91 | 176.80 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 286.52 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 295.89 | WARN | |||
r-devel-windows-x86_64 | 0.3.1 | 137.00 | 244.00 | 381.00 | WARN | |
r-patched-linux-x86_64 | 0.3.1 | 11.55 | 224.31 | 235.86 | OK | |
r-release-linux-x86_64 | 0.3.1 | 5.44 | 225.02 | 230.46 | OK | |
r-release-macos-arm64 | 0.3.1 | 79.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 127.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 93.00 | 230.00 | 323.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 81.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 100.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.3.1 | 17.00 | 238.00 | 255.00 | OK |
Version: 0.3.1
Check: S3 generic/method consistency
Result: WARN
create_term:
function(side, ...)
create_term.default:
function(side, ital_vars, swap_var_names, swap_subscript_names,
var_colors, var_subscript_colors)
create_term:
function(side, ...)
create_term.forecast_ARIMA:
function(side, ital_vars, swap_var_names, swap_subscript_names)
modify_lhs_for_link:
function(model, ...)
modify_lhs_for_link.clm:
function(model, lhs)
modify_lhs_for_link:
function(model, ...)
modify_lhs_for_link.glm:
function(model, lhs)
modify_lhs_for_link:
function(model, ...)
modify_lhs_for_link.polr:
function(model, lhs)
add_greek:
function(rhs, ...)
add_greek.default:
function(rhs, terms, greek, intercept, greek_colors,
subscript_colors, raw_tex)
extract_rhs:
function(model, ...)
extract_rhs.lmerMod:
function(model, return_variances)
extract_rhs:
function(model, ...)
extract_rhs.default:
function(model, index_factors)
add_coefs:
function(rhs, ...)
add_coefs.clm:
function(rhs, term, coef_digits)
add_coefs:
function(rhs, ...)
add_coefs.polr:
function(rhs, term, coef_digits)
add_coefs:
function(rhs, ...)
add_coefs.default:
function(rhs, term, coef_digits)
create_l1:
function(model, ...)
create_l1.lmerMod:
function(model, mean_separate, ital_vars, wrap, terms_per_line,
use_coefs, coef_digits, fix_signs, operator_location, sigma,
return_variances, swap_var_names, swap_subscript_names,
var_colors, var_subscript_colors)
create_l1:
function(model, ...)
create_l1.glmerMod:
function(model, mean_separate, ital_vars, wrap, terms_per_line,
use_coefs, coef_digits, fix_signs, operator_location, sigma,
return_variances, swap_var_names, swap_subscript_names,
var_colors, var_subscript_colors)
extract_lhs:
function(model, ...)
extract_lhs.lm:
function(model, ital_vars, show_distribution, use_coefs,
swap_var_names, var_colors)
create_eq:
function(lhs, ...)
create_eq.polr:
function(model, lhs, rhs, ital_vars, use_coefs, coef_digits,
fix_signs, intercept, greek, greek_colors, subscript_colors,
var_colors, var_subscript_colors, raw_tex, index_factors,
swap_var_names, swap_subscript_names)
create_eq:
function(lhs, ...)
create_eq.clm:
function(model, lhs, rhs, ital_vars, use_coefs, coef_digits,
fix_signs, intercept, greek, greek_colors, subscript_colors,
var_colors, var_subscript_colors, raw_tex, index_factors,
swap_var_names, swap_subscript_names)
create_eq:
function(lhs, ...)
create_eq.default:
function(model, lhs, rhs, ital_vars, use_coefs, coef_digits,
fix_signs, intercept, greek, greek_colors, subscript_colors,
var_colors, var_subscript_colors, raw_tex, index_factors,
swap_var_names, swap_subscript_names)
create_eq:
function(lhs, ...)
create_eq.glm:
function(model, lhs, rhs, ital_vars, use_coefs, coef_digits,
fix_signs, intercept, greek, greek_colors, subscript_colors,
var_colors, var_subscript_colors, raw_tex, index_factors,
swap_var_names, swap_subscript_names)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [86s/100s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(equatiomatic)
>
> test_check("equatiomatic")
Starting 2 test processes
[ FAIL 3 | WARN 2 | SKIP 55 | PASS 23 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (55)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fontsize.R:22:3'): font-size changes, arima ────────────────────
Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the use of native symbols
Backtrace:
▆
1. ├─testthat::expect_snapshot_output(extract_eq(model, font_size = "footnotesize")) at test-fontsize.R:22:2
2. │ └─testthat::capture_output_lines(x, print = TRUE, width = NULL)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─equatiomatic::extract_eq(model, font_size = "footnotesize")
8. └─equatiomatic:::extract_eq.forecast_ARIMA(model, font_size = "footnotesize")
9. ├─equatiomatic:::extract_lhs(model)
10. └─equatiomatic:::extract_lhs.forecast_ARIMA(model)
11. ├─base::`[<-`(...)
12. └─tibble:::`[<-.tbl_df`(...)
13. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
14. └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg, call)
15. ├─base::withCallingHandlers(...)
16. └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
── Error ('test-forecast-arima.R:15:3'): Basic ARIMA model functions ───────────
Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the use of native symbols
Backtrace:
▆
1. ├─testthat::expect_snapshot_output(extract_eq(model)) at test-forecast-arima.R:15:2
2. │ └─testthat::capture_output_lines(x, print = TRUE, width = NULL)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─equatiomatic::extract_eq(model)
8. └─equatiomatic:::extract_eq.forecast_ARIMA(model)
9. ├─equatiomatic:::extract_lhs(model)
10. └─equatiomatic:::extract_lhs.forecast_ARIMA(model)
11. ├─base::`[<-`(...)
12. └─tibble:::`[<-.tbl_df`(...)
13. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
14. └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg, call)
15. ├─base::withCallingHandlers(...)
16. └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
── Error ('test-forecast-arima.R:41:3'): Regression w/ ARIMA Errors functions ──
Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the use of native symbols
Backtrace:
▆
1. ├─testthat::expect_snapshot_output(extract_eq(model)) at test-forecast-arima.R:41:2
2. │ └─testthat::capture_output_lines(x, print = TRUE, width = NULL)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─equatiomatic::extract_eq(model)
8. └─equatiomatic:::extract_eq.forecast_ARIMA(model)
9. ├─equatiomatic:::extract_lhs(model)
10. └─equatiomatic:::extract_lhs.forecast_ARIMA(model)
11. ├─base::`[<-`(...)
12. └─tibble:::`[<-.tbl_df`(...)
13. └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, substitute(value))
14. └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg, call)
15. ├─base::withCallingHandlers(...)
16. └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
[ FAIL 3 | WARN 2 | SKIP 55 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘colors.Rmd’ using rmarkdown
--- finished re-building ‘colors.Rmd’
--- re-building ‘forecast-arima.Rmd’ using rmarkdown
Quitting from lines 44-45 (forecast-arima.Rmd)
Error: processing vignette ‘forecast-arima.Rmd’ failed with diagnostics:
DLL requires the use of native symbols
--- failed re-building ‘forecast-arima.Rmd’
--- re-building ‘intro-equatiomatic.Rmd’ using rmarkdown
--- finished re-building ‘intro-equatiomatic.Rmd’
--- re-building ‘lme4-lmer.Rmd’ using rmarkdown
--- finished re-building ‘lme4-lmer.Rmd’
--- re-building ‘plotting-integration.Rmd’ using rmarkdown
--- finished re-building ‘plotting-integration.Rmd’
--- re-building ‘tests_and_coverage.Rmd’ using rmarkdown
--- finished re-building ‘tests_and_coverage.Rmd’
--- re-building ‘usage-shiny.Rmd’ using rmarkdown
--- finished re-building ‘usage-shiny.Rmd’
SUMMARY: processing the following file failed:
‘forecast-arima.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc