Last updated on 2025-09-13 00:51:22 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
alphavantager | 13 | ||
anomalize | 13 | ||
correlationfunnel | 2 | 11 | |
modeltime | 13 | ||
modeltime.ensemble | 13 | ||
modeltime.resample | 13 | ||
sweep | 1 | 12 | |
tidyquant | 13 | ||
timetk | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.6
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(sweep)
>
> test_check("sweep")
[ FAIL 1 | WARN 19 | SKIP 0 | PASS 183 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_tidiers_lm.R:15:5'): sw_*.default test returns tibble with correct rows and columns. ──
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─sweep::sw_glance(fit_lm) at test_tidiers_lm.R:15:5
2. ├─sweep:::sw_glance.default(fit_lm)
3. │ ├─broom::glance(x, ...) %>% tibble::as_tibble()
4. │ ├─broom::glance(x, ...)
5. │ └─broom:::glance.lm(x, ...)
6. │ ├─base::with(...)
7. │ └─base::with.default(...)
8. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
9. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
10. │ └─tibble::tibble(...)
11. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
12. │ └─rlang::eval_tidy(xs[[j]], mask)
13. ├─tibble::as_tibble(.)
14. ├─stats::AIC(x)
15. └─stats:::AIC.default(x)
[ FAIL 1 | WARN 19 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13