skeletor {skeletor} | R Documentation |
Create a package skeleton
Description
Create a package skeleton
Usage
skeletor(pkg, dir = pkg, name = getOption("skeletor.name"),
email = getOption("skeletor.email"),
github = getOption("skeletor.github"))
Arguments
pkg |
character: name for your new package |
dir |
character: path in which to create the package. Default is |
name |
chararacter: your name. Default is 'skeletor.name' from options.
See |
email |
character: your email address. Likewise taken from option 'skeletor.email' by default. |
github |
character: the GitHub account where you will push this new package. Likewise taken from option 'skeletor.github' by default. |
Value
The path, dir
, invisibly.
[Package skeletor version 1.0.4 Index]