dummy_pkg: Dummy package creation
Description
Create a simple example package in the temporary directory
Usage
dummy_pkg(location = tempdir())
Arguments
location
A character string containing a path to a directory in which to create the package, by default the location of tempdir
. Value
A string denoting a path to the root of the package (called translateme).