Skip to content
forked from r-lib/usethis

Automatically Set Up Commonly Used Package and Analysis Components

Notifications You must be signed in to change notification settings

kplaney/usethis

 
 

Repository files navigation

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("r-pkgs/usethis")

Usage

All use_* functions operate on the current directory.

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

About

Automatically Set Up Commonly Used Package and Analysis Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 98.8%
  • Shell 1.2%