Deal with Dependencies
Amend DESCRIPTION with dependencies read from package code parsing
Look for functions called in data loading code
Return all package dependencies from current package
Get all packages called in examples from R files
return package dependencies from NAMESPACE file
Get all dependencies from a Rmd file
Get all packages called in vignettes folder
Look for functions called with :: and library/requires in one script
Look for functions called with :: and library/requires in folder of ...
Amend DESCRIPTION with dependencies from imports and suggests package ...
Deprecated functions
attachment: Deal with Dependencies
Construct a Remote Branch Reference String
Create the list of instructions to install dependencies from a DESCRIP...
Create reproducible environments for your R projects with renv
Proposes values for Remotes field for DESCRIPTION file based on your i...
Install missing package from DESCRIPTION
install packages if missing
Pipe operator
Add Remotes field to DESCRIPTION based on your local installation
Manage dependencies during package development. This can retrieve all dependencies that are used in ".R" files in the "R/" directory, in ".Rmd" files in "vignettes/" directory and in 'roxygen2' documentation of functions. There is a function to update the "DESCRIPTION" file of your package with 'CRAN' packages or any other remote package. All functions to retrieve dependencies of ".R" scripts and ".Rmd" or ".qmd" files can be used independently of a package development.
Useful links