Closed gowerc closed 1 month ago
New error cropped up during testing
── Error ('test-parallel.R:216:5'): Creation and management of user defined clusters works as expected ──
Error in `checkForRemoteErrors(val)`: 2 nodes produced errors; first error: could not find function "%>%"
Backtrace:
▆
1. └─parallel::clusterApplyLB(cl1, c(4, 5), outer_fun) at test-parallel.R:216:5
2. └─parallel:::dynamicClusterApply(cl, fun, length(x), argfun)
3. └─parallel:::checkForRemoteErrors(val)
Not really sure why this didn't come up during regular testing, have added dplyr onto the tests exported libraries to ensure that %>%
is exported to the sub processes
There were 2 instances of legacy links https://arxiv.org/abs/2109.11162
which I have updated to the proper publication URLs
I have added all the missing news items into NEWS.md
DESCRIPTION
NEWS.md
NEWS.md
content is up-to-date (see link for general guidance)README.md
content is up-to-date (rundevtools::build_readme()
if usingREADME.Rmd
)Rscript ./vignettes/build.R
)URL
-usethis::use_github_links()
BugReports
-usethis::use_github_links()
Authors
- Any new major contributors to add?Version
- Seriously make sure this has been bumpeddevtools::check(remote = TRUE, manual = TRUE)
urlchecker::url_check()
devtools::check_win_devel()
devtools::check_mac_release()
rhub::rhub_check(platforms = c("gcc14", "clang19", "atlas", "clang-asan"))