R Source Packages Manager
finds all available source packages starting from the project root
get the current source packages list
instruments the R loaders to make them aware of source packages
shared params
tests a package - runs R CMD check
creates and populates a R package-like folder programmatically, useful...
lists the packages that are attached, i.e. present in the R search() p...
loads or reloads if needed a source package, taking care of its depend...
roxygenize a source package if needed
tests a package - runs its unit tests
unloads a package, unloading its dependent packages if needed
checks a list of source packages
computes the dependencies of some (source) packages
installs a list of source packages
tests a list of source packages
resets the srcpkgs settings
informs about the settings currently used by srcpkgs
installs the dummy srcpkg in a temp location
srcpkgs: R Source Packages Manager
creates a new "srcpkgs" object
untraces library() and loadNamespace()
Manage a collection/library of R source packages. Discover, document, load, test source packages. Enable to use those packages as if they were actually installed. Quickly reload only what is needed on source code change. Run tests and checks in parallel.