ThinkR-open / attachment

Tools to deal with dependencies in scripts, Rmd and packages
https://thinkr-open.github.io/attachment/
Other
108 stars 13 forks source link

CRAN comments #65

Closed statnmap closed 2 years ago

statnmap commented 2 years ago

=> Added in the meta description of attachment-deprecated

#' @keywords internal
#' @return List of functions used for deprecation side effects.
#' Output depends on the deprecated function.

=> Corrected R to ".R" in the description as I speak about the extension and not the software. Similarly corrected Rmd to ".Rmd"

=> Changed to: Manage dependencies during package development.

=> The example where it appeared was changed to: find_remotes(list.files(.libPaths())). Hence, we only retrieve installed packages names, and not all the extra information not needed for this example.

"This needs to read several files per installed package, which will be
slow on Windows and on some network-mounted file systems. It will be
slow when thousands of packages are installed, so do not use it to find
out if a named package is installed (use find.package or system.file)
nor to find out if a package is usable (call requireNamespace or require
and check the return value) nor to find details of a small number of
packages (use packageDescription)." [installed.packages() help page]
statnmap commented 2 years ago

on CRAN