Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 623 Bytes

usethis

Travis build status Coverage status

The goal of usethis is to automate many common package and analysis setup tasks.

Installation

You can install usethis from github with:

# install.packages("devtools")
devtools::install_github("hadley/usethis")

Usage

All use_* functions operate on the current directory.

use_test("my-test")
use_github()
use_rcpp()