CRAN Package Check Results for Maintainer ‘Matthew Hamilton <matthew.hamilton1 at monash.edu>’

Last updated on 2026-04-28 10:51:50 CEST.

Package ERROR OK
ready4 1 12

Package ready4

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.19
Check: examples
Result: ERROR Running examples in ‘ready4-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_datasets_tb > ### Title: Get datasets tibble > ### Aliases: get_datasets_tb > ### Keywords: internal > > ### ** Examples > > get_datasets_tb("ready4-dev/ready4") Error in if (grepl("www.|http:|https:", url_1L_chr)) url_xx <- url(url_1L_chr) : argument is of length zero Calls: get_datasets_tb -> get_gracefully Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.19
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] 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(ready4) > > test_check("ready4") Saving _problems/test-fn_get-2.R Saving _problems/test-fn_get-25.R Saving _problems/test-fn_make-43.R Saving _problems/test-fn_make-44.R [ FAIL 4 | WARN 0 | SKIP 7 | PASS 29 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-fn_get.R:3:3', 'test-fn_get.R:14:3', 'test-fn_make.R:3:3', 'test-fn_make.R:15:3', 'test-fn_make.R:24:3', 'test-fn_make.R:35:3', 'test-fn_make.R:45:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fn_get.R:2:3'): Tibble of modelling project data collections is retrieved from GitHub repository ── Expected `dvs_tb <- get_datasets_tb("ready4-dev/ready4")` not to throw any errors. Actually got a <simpleError> with message: argument is of length zero ── Error ('test-fn_get.R:25:3'): Item retrieved correctly from lookup table ──── Error in `if (grepl("www.|http:|https:", url_1L_chr)) url_xx <- url(url_1L_chr)`: argument is of length zero Backtrace: ▆ 1. └─ready4::get_datasets_tb() at test-fn_get.R:25:3 2. └─ready4::get_gracefully(...) ── Failure ('test-fn_make.R:43:3'): Valid transformations of tibble of modelling project data collections ── Expected `dvs_tb <- get_datasets_tb("ready4-dev/ready4")` not to throw any errors. Actually got a <simpleError> with message: argument is of length zero ── Failure ('test-fn_make.R:44:3'): Valid transformations of tibble of modelling project data collections ── Expected `dvs_2_tb <- make_datasets_tb("ready4", dvs_tb = dvs_tb)` not to throw any errors. Actually got a <objectNotFoundError> with message: object 'dvs_tb' not found [ FAIL 4 | WARN 0 | SKIP 7 | PASS 29 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.19
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘V_01.Rmd’ using rmarkdown --- finished re-building ‘V_01.Rmd’ --- re-building ‘V_02.Rmd’ using rmarkdown Quitting from V_02.Rmd:30-32 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `if (grepl("www.|http:|https:", url_1L_chr)) ...`: ! argument is of length zero --- Backtrace: ▆ 1. └─ready4::get_methods_tb(gh_repo_1L_chr = "ready4-dev/ready4") 2. └─ready4::get_gracefully(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'V_02.Rmd' failed with diagnostics: argument is of length zero --- failed re-building ‘V_02.Rmd’ --- re-building ‘V_03.Rmd’ using rmarkdown --- finished re-building ‘V_03.Rmd’ --- re-building ‘V_04.Rmd’ using rmarkdown --- finished re-building ‘V_04.Rmd’ --- re-building ‘V_05.Rmd’ using rmarkdown --- finished re-building ‘V_05.Rmd’ --- re-building ‘V_06.Rmd’ using rmarkdown --- finished re-building ‘V_06.Rmd’ --- re-building ‘V_07.Rmd’ using rmarkdown --- finished re-building ‘V_07.Rmd’ --- re-building ‘ready4.Rmd’ using rmarkdown --- finished re-building ‘ready4.Rmd’ SUMMARY: processing the following file failed: ‘V_02.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc