You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please correct before 2021-08-08 to safely retain your package on CRAN.
Packages in Suggests should be used conditionally: see 'Writing R Extensions'.
This needs to be corrected even if the missing package(s) become available."
From "writing R extensions":
"1.1.3.1 Suggested packages
Note that someone wanting to run the examples/tests/vignettes may not have a suggested package available (and it may not even be possible to install it for that platform). The recommendation used to be to make their use conditional via if(require("pkgname")): this is OK if that conditioning is done in examples/tests/vignettes, although using if(requireNamespace("pkgname")) is preferred, if possible. "
The text was updated successfully, but these errors were encountered:
Hi Mathieu, thanks for letting me know! This indeed fixes this issue :)
All bugs mentioned above are now adressed with version 0.3.6 and commit bf3d289 & fwildclusterboot 0.3.6 is on CRAN!
"Please see the problems shown on
https://cran.r-project.org/web/checks/check_results_fwildclusterboot.html.
Please correct before 2021-08-08 to safely retain your package on CRAN.
Packages in Suggests should be used conditionally: see 'Writing R Extensions'.
This needs to be corrected even if the missing package(s) become available."
From "writing R extensions":
"1.1.3.1 Suggested packages
Note that someone wanting to run the examples/tests/vignettes may not have a suggested package available (and it may not even be possible to install it for that platform). The recommendation used to be to make their use conditional via if(require("pkgname")): this is OK if that conditioning is done in examples/tests/vignettes, although using if(requireNamespace("pkgname")) is preferred, if possible. "
The text was updated successfully, but these errors were encountered: