CRAN Package Check Results for Package modelr

Last updated on 2025-09-04 21:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.11 5.35 48.49 53.84 OK
r-devel-linux-x86_64-debian-gcc 0.1.11 3.60 35.23 38.83 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.11 79.39 OK
r-devel-linux-x86_64-fedora-gcc 0.1.11 71.59 OK
r-devel-windows-x86_64 0.1.11 7.00 62.00 69.00 OK
r-patched-linux-x86_64 0.1.11 4.76 44.09 48.85 OK
r-release-linux-x86_64 0.1.11 5.05 43.02 48.07 OK
r-release-macos-arm64 0.1.11 27.00 OK
r-release-macos-x86_64 0.1.11 47.00 OK
r-release-windows-x86_64 0.1.11 8.00 63.00 71.00 OK
r-oldrel-macos-arm64 0.1.11 26.00 OK
r-oldrel-macos-x86_64 0.1.11 40.00 OK
r-oldrel-windows-x86_64 0.1.11 8.00 75.00 83.00 OK

Check Details

Version: 0.1.11
Check: examples
Result: ERROR Running examples in ‘modelr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: permute > ### Title: Generate 'n' permutation replicates. > ### Aliases: permute permute_ > > ### ** Examples > > > library(purrr) > perms <- permute(mtcars, 100, mpg) > > models <- map(perms$perm, ~ lm(mpg ~ wt, data = .)) > glanced <- map_df(models, broom::glance, .id = "id") Error in `map()`: ℹ In index: 1. Caused by error in `ll()`: ! could not find function "ll" Backtrace: ▆ 1. ├─purrr::map_df(models, broom::glance, .id = "id") 2. │ └─purrr::map(.x, .f, ...) 3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 4. │ ├─purrr:::with_indexed_errors(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ ├─purrr:::call_with_cleanup(...) 7. │ ├─generics (local) .f(.x[[i]], ...) 8. │ └─broom:::glance.lm(.x[[i]], ...) 9. │ ├─base::with(...) 10. │ └─base::with.default(...) 11. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 12. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 13. │ └─tibble::tibble(...) 14. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 15. │ └─rlang::eval_tidy(xs[[j]], mask) 16. ├─stats::AIC(x) 17. ├─stats:::AIC.default(x) 18. └─base::.handleSimpleError(...) 19. └─purrr (local) h(simpleError(msg, call)) 20. └─cli::cli_abort(...) 21. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc