0.1.2 • Published 9 years ago

generator-newpackage v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

R package generator

This generator scaffolds the files for your new R project. The resulting file structure looks like this:

{packagename}
|
├── DESCRIPTION
├── NAMESPACE
├── NEWS.md
├── R
│   ├── pending.R
│   └── {packagename}-package.R
├── README.md
├── man
│   └── {packagename}.Rd
└── tests
    ├── test-all.R
    └── testthat
        └── test-pending.R

Included out of the box

Requires the following to be installed:

Installation on mac:

# install dependencies
brew install npm # apt-get install npm on ubuntu
sudo npm install -g yo generator-newpackage

# start using
cd package/directory
yo newpackage
# or
yo newpackage packageName
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago