simulatePackage {ehelp} | R Documentation |
function that allows to load the functions from a package in preparation for CRAN, as if it is being loaded by loading all the fns defined in the R sub-directory of the package, ie. "myPckg/R"
Description
function that allows to load the functions from a package in preparation for CRAN, as if it is being loaded by loading all the fns defined in the R sub-directory of the package, ie. "myPckg/R"
Usage
simulatePackage(pkgLocation = NULL)
Arguments
pkgLocation |
path to the base loaction of the package, under which is expected to found the R sub-directory |
[Package ehelp version 1.2.1 Index]