Last updated on 2025-09-04 20:48:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 9.68 | 109.51 | 119.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 7.05 | 66.92 | 73.97 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 181.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 181.36 | NOTE | |||
r-devel-windows-x86_64 | 0.7.0 | 13.00 | 115.00 | 128.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.0 | 10.10 | 102.96 | 113.06 | NOTE | |
r-release-linux-x86_64 | 0.7.0 | 9.83 | 101.87 | 111.70 | NOTE | |
r-release-macos-arm64 | 0.7.0 | 70.00 | NOTE | |||
r-release-macos-x86_64 | 0.7.0 | 112.00 | NOTE | |||
r-release-windows-x86_64 | 0.7.0 | 15.00 | 116.00 | 131.00 | NOTE | |
r-oldrel-macos-arm64 | 0.7.0 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.0 | 104.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.0 | 18.00 | 142.00 | 160.00 | OK |
Version: 0.7.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘pop_sd.Rd’ ‘tidy_summary.R’
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in ‘moderndive-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_regression_summaries
> ### Title: Get regression summary values
> ### Aliases: get_regression_summaries
>
> ### ** Examples
>
> library(moderndive)
>
> # Fit lm() regression:
> mpg_model <- lm(mpg ~ cyl, data = mtcars)
>
> # Get regression summaries:
> get_regression_summaries(mpg_model)
Error in ll(object) : could not find function "ll"
Calls: get_regression_summaries ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(moderndive)
>
> test_check("moderndive")
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 74 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-geom_categorical_model.R:13:3',
'test-geom_categorical_model.R:49:3', 'test-geom_parallel_slopes.R:28:3',
'test-geom_parallel_slopes.R:95:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_regression_functions.R:112:3'): README code works ──────────
Error in `ll(object)`: could not find function "ll"
Backtrace:
▆
1. ├─testthat::expect_silent(get_regression_summaries(mpg_model)) at test-get_regression_functions.R:112:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. ├─moderndive::get_regression_summaries(mpg_model)
10. │ └─... %>% ...
11. ├─dplyr::select(., r_squared, adj_r_squared, mse, rmse, everything())
12. ├─dplyr::bind_cols(., mse_and_rmse)
13. │ └─rlang::list2(...)
14. ├─janitor::clean_names(.)
15. ├─tibble::as_tibble(.)
16. ├─dplyr::select(., -c(AIC, BIC, deviance, df.residual, logLik))
17. ├─dplyr::mutate_if(., is.numeric, round, digits = digits)
18. │ └─dplyr:::check_grouped(.tbl, "mutate", "if")
19. │ └─dplyr::is_grouped_df(tbl)
20. ├─generics::glance(.)
21. ├─broom:::glance.lm(.)
22. │ ├─base::with(...)
23. │ └─base::with.default(...)
24. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
25. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
26. │ └─tibble::tibble(...)
27. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
28. │ └─rlang::eval_tidy(xs[[j]], mask)
29. ├─stats::AIC(x)
30. └─stats:::AIC.default(x)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 74 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘moderndive.Rmd’ using rmarkdown
Quitting from moderndive.Rmd:167-169 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `ll()`:
! could not find function "ll"
---
Backtrace:
▆
1. ├─moderndive::get_regression_summaries(score_model)
2. │ └─... %>% ...
3. ├─dplyr::select(., r_squared, adj_r_squared, mse, rmse, everything())
4. ├─dplyr::bind_cols(., mse_and_rmse)
5. │ └─rlang::list2(...)
6. ├─janitor::clean_names(.)
7. ├─tibble::as_tibble(.)
8. ├─dplyr::select(., -c(AIC, BIC, deviance, df.residual, logLik))
9. ├─dplyr::mutate_if(., is.numeric, round, digits = digits)
10. │ └─dplyr:::check_grouped(.tbl, "mutate", "if")
11. │ └─dplyr::is_grouped_df(tbl)
12. ├─generics::glance(.)
13. ├─broom:::glance.lm(.)
14. │ ├─base::with(...)
15. │ └─base::with.default(...)
16. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
17. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
18. │ └─tibble::tibble(...)
19. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
20. │ └─rlang::eval_tidy(xs[[j]], mask)
21. ├─stats::AIC(x)
22. └─stats:::AIC.default(x)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'moderndive.Rmd' failed with diagnostics:
could not find function "ll"
--- failed re-building ‘moderndive.Rmd’
--- re-building ‘paper.Rmd’ using rmarkdown
Quitting from paper.Rmd:159-161 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `ll()`:
! could not find function "ll"
---
Backtrace:
▆
1. ├─moderndive::get_regression_summaries(score_model)
2. │ └─... %>% ...
3. ├─dplyr::select(., r_squared, adj_r_squared, mse, rmse, everything())
4. ├─dplyr::bind_cols(., mse_and_rmse)
5. │ └─rlang::list2(...)
6. ├─janitor::clean_names(.)
7. ├─tibble::as_tibble(.)
8. ├─dplyr::select(., -c(AIC, BIC, deviance, df.residual, logLik))
9. ├─dplyr::mutate_if(., is.numeric, round, digits = digits)
10. │ └─dplyr:::check_grouped(.tbl, "mutate", "if")
11. │ └─dplyr::is_grouped_df(tbl)
12. ├─generics::glance(.)
13. ├─broom:::glance.lm(.)
14. │ ├─base::with(...)
15. │ └─base::with.default(...)
16. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
17. │ └─base::eval(substitute(expr), data, enclos = parent.frame())
18. │ └─tibble::tibble(...)
19. │ └─tibble:::tibble_quos(xs, .rows, .name_repair)
20. │ └─rlang::eval_tidy(xs[[j]], mask)
21. ├─stats::AIC(x)
22. └─stats:::AIC.default(x)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'paper.Rmd' failed with diagnostics:
could not find function "ll"
--- failed re-building ‘paper.Rmd’
SUMMARY: processing the following files failed:
‘moderndive.Rmd’ ‘paper.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘tidy_summary.R’
Flavor: r-release-macos-x86_64