I'm helping out with the submission of a package to CRAN. We've received this feedback regarding this submission, specifically about an error showing up on Windows on R-devel. I've tested on R-hub with devtools::check_rhub(platforms = "windows-x86_64-devel") and it works fine. We've not received this error on previous submissions.
Does anyone have an idea about why we're getting this error?
Thanks!!
Loading this package had a fatal error status code 1
Loading log:
Loading required package: dplyr
Error: package or namespace load failed for 'dplyr' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'tibble'
Error: package 'dplyr' could not be loaded
(full error message here)