⚠️There's a newer version (0.0.3) of this package. Take me there.

requirements

requirements allows you to impute required packages from R code, files (like .R, .Rmd and .Rnw) and directories. It primarily looks for use of functions like library() and ::, but also uses heuristics to detect common implicit dependencies (e.g. methods, shiny, and roxygen2).

The inspiration for this code comes from packrat. We're extracting it out in to a separate package so that it can be more easily extended and used by others.

Installation

requirements is not currently available on CRAN, but you can install the development version from GitHub with:

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

Copy Link

Version

Down Chevron

Install

install.packages('requiRements')

Monthly Downloads

201

Version

0.0.0.9000

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 1st, 1970

Functions in requiRements (0.0.0.9000)