knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

lifecycle Travis Build Status AppVeyor Build Status CircleCI

rpkgtools

The goal of rpkgtools is to make it easy to install and subsequently load packages needed for development and maintenance of R packages.

Installation

You can install the rpkgtools from GitHub:

devtools::install_github("IndrajeetPatil/rpkgtools")

Loading the package-

## load rpkgtools
library(rpkgtools)

If and when they are released on CRAN, the following pacakges will also be included-

If there are other R packages that you think are important for package development, please raise an issue or make a PR.

For a more detailed account about how to develop R packages, see the following textbook by Hadley Wickham- http://r-pkgs.had.co.nz/

Code of Conduct

Please note that the rpkgtools project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



IndrajeetPatil/devtoolverse documentation built on May 7, 2019, 4:37 p.m.