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
dependencies says which dependencies fields to check. See ?remotes::local_package_deps. include_supp_files: If FALSE, only check for dependencies in DESCRIPTION and files in /R/ (excluding tests, vignettes, /WIP/, README, etc.). If TRUE, all files are checked.
I was just thinking that a function only useful for us as developers could go in this package with other stuff only us developers use. No strong opinion
Here is a function for checking if we have unused dependencies in a package.
Throwing it here in circus might be a good home for it.
dependencies
says which dependencies fields to check. See?remotes::local_package_deps
.include_supp_files
: IfFALSE
, only check for dependencies inDESCRIPTION
and files in/R/
(excluding tests, vignettes,/WIP/
, README, etc.). IfTRUE
, all files are checked.Originally posted by @bwiernik in easystats/correlation#192 (comment)
The text was updated successfully, but these errors were encountered: