Skip to main content

Pipreqs for R

Project description

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.

History

0.1.1 (2021-02-16)

  • Fixed the R file generations script

0.1.0 (2020-09-30)

  • First release on PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page