skeletor: Create a package skeleton

Description Usage Arguments Value

Description

Create a package skeleton

Usage

1
2
3
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 pkg

name

chararacter: your name. Default is 'skeletor.name' from options. See configure() to set name, email, and github in your .Rprofile so that you don't need to pass them in here.

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.


skeletor documentation built on May 1, 2019, 6:26 p.m.