Pipreqs for R
- Free software: MIT license
- Documentation: https://r-freeze.readthedocs.io.
- Generates the list of packages used in the project
- If the output file is specified as R, R script file is generated
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 .
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.