[R-pkg-devel] Suggests with non-CRAN packages
Josiah Parry
jo@|@h@p@rry @end|ng |rom gm@||@com
Wed Jan 3 17:33:44 CET 2024
I have a scenario where I have an exported function that requires the
installation a package that *is not* available on CRAN. The body of the
function is generally:
fx <- function() {
rlang::check_installed("noncranpkg")
noncranpkg::gx()
}
As required, this package is in the Suggests field. But this results in a
note:
checking package dependencies ... NOTE
Package suggested but not available for checking: ‘noncranpkg’
Can this be safely ignored?
[[alternative HTML version deleted]]
More information about the R-package-devel
mailing list