CRAN Package Check Results for Maintainer ‘Albert Y. Kim <albert.ys.kim at gmail.com>’

Last updated on 2025-09-13 00:51:11 CEST.

Package ERROR NOTE OK
fivethirtyeight 13
forestecology 13
moderndive 1 9 3
resampledata 13
SpatialEpi 13

Package fivethirtyeight

Current CRAN status: NOTE: 13

Version: 0.6.2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Albert Y. Kim <albert.ys.kim@gmail.com>’ Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.6.2
Check: Rd files
Result: NOTE checkRd: (-1) food_world_cup.Rd:70: Lost braces in \itemize; meant \describe ? checkRd: (-1) food_world_cup.Rd:71: Lost braces in \itemize; meant \describe ? checkRd: (-1) food_world_cup.Rd:72: Lost braces in \itemize; meant \describe ? checkRd: (-1) food_world_cup.Rd:73: Lost braces in \itemize; meant \describe ? checkRd: (-1) food_world_cup.Rd:74: Lost braces in \itemize; meant \describe ? checkRd: (-1) food_world_cup.Rd:75: Lost braces in \itemize; meant \describe ? 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-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.6.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘fivethirtyeightdata’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.6.2
Check: Rd cross-references
Result: NOTE Package unavailable to check Rd xrefs: ‘fivethirtyeightdata’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package forestecology

Current CRAN status: OK: 13

Package moderndive

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

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: > ### 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-windows-x86_64

Version: 0.7.0
Check: tests
Result: ERROR Running 'testthat.R' [5s] 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-windows-x86_64

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-windows-x86_64

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

Package resampledata

Current CRAN status: OK: 13

Package SpatialEpi

Current CRAN status: OK: 13