find_srcpkgs            finds all available source packages starting
                        from the project root
get_srcpkgs             get the current source packages list
hack_r_loaders          instruments the R loaders to make them aware of
                        source packages
pkg_check               tests a package - runs R CMD check
pkg_list_attached       lists the packages that are attached, i.e.
                        present in the R search() path
pkg_load                loads or reloads if needed a source package,
                        taking care of its dependencies
pkg_roxygenise          roxygenize a source package if needed
pkg_test                tests a package - runs its unit tests
pkg_unload              unloads a package, unloading its dependent
                        packages if needed
pkgs_check              checks a list of source packages
pkgs_deps               computes the dependencies of some (source)
                        packages
pkgs_install            installs a list of source packages
pkgs_test               tests a list of source packages
reset                   resets the 'srcpkgs' settings
settings                informs about the settings currently used by
                        'srcpkgs'
setup_and_get_dummy_srcpkg
                        installs the dummy srcpkg in a temp location
srcpkgs                 creates a new "srcpkgs" object
srcpkgs-package         srcpkgs: R Source Packages Manager
unhack_r_loaders        untraces library() and loadNamespace()
