- pkgid
a package name, path or package object
- src_pkgs
a collection of source packages as a srckgs object.
- attach
Whether to attach a package environment to the search
path. If FALSE load_all() behaves like loadNamespace(). If
TRUE (the default), it behaves like library(). If FALSE,
the export_all, export_imports, and helpers arguments have
no effect.
- suggests
whether to load suggested packages. if TRUE, the suggested are processed
like imports
- roxygen
whether to automatically roxygenise packages (if needed)
- helpers
if TRUE loads testthat test helpers.
- export_all
If TRUE (the default), export all objects.
If FALSE, export only the objects that are listed as exports
in the NAMESPACE file.
- quiet
whether to be quiet/silent
- dry_run
whether not to actually execute any action having side-effects
- ...
Arguments passed on to devtools::load_all
path
Path to a package, or within a package.
reset
This is no longer supported
because preserving the namespace requires unlocking its environment, which
is no longer possible in recent versions of R.
recompile
DEPRECATED. force a recompile of DLL from source code, if
present. This is equivalent to running pkgbuild::clean_dll() before
load_all()