r-freeze

Pipreqs for R


Keywords
r_freeze, hacktoberfest, pipreqs, python3, r, r-package
License
MIT
Install
pip install r-freeze==0.1.1

Documentation

r_freeze

http://img.shields.io/github/workflow/status/chinmayshah99/r_freeze/Python%20package

Documentation Status

Pipreqs for R

Features

  • Generates the list of packages used in the project
  • If the output file is specified as R, R script file is generated

Usage

For printing the name of packages:

r_freeze .

For creating a requirments file:

r_freeze -o req.txt .

For creating a requirments as R script:

r_freeze -o req.R .

For overwriting a requirments file:

r_freeze -o req.R --overwrite .

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.