r_freeze

https://img.shields.io/pypi/v/r_freeze.svg 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.