Learn R Programming

nima (version 0.4.5)

newpkg: New Package Skeleton

Description

Generate a skeleton for new R packages by invoking a series of utilities from the Devtools package. This is merely a convenience utility for creating a new directory with minimal package contents.

Usage

newpkg(name = "new_pkg")

Arguments

name

- Character for the name of the new package, to be passed directly to devtools::create().