simulatePackage: function that allows to load the functions from a package in...

View source: R/emulatePkg.R

simulatePackageR 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


ehelp documentation built on Jan. 7, 2023, 1:20 a.m.