Metadata-Version: 1.2
Name: r_freeze
Version: 0.1.1
Summary: Pipreqs for R
Home-page: https://github.com/chinmayshah99/r_freeze
Author: Chinmay Shah
Author-email: chinmayshah3899@gmail.com
License: MIT license
Description: ========
        r_freeze
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/r_freeze.svg
                :target: https://pypi.python.org/pypi/r_freeze
        
        .. image:: http://img.shields.io/github/workflow/status/chinmayshah99/r_freeze/Python%20package
        
        .. image:: https://readthedocs.org/projects/r-freeze/badge/?version=latest
                :target: https://r-freeze.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Pipreqs for R
        
        
        * Free software: MIT license
        * Documentation: https://r-freeze.readthedocs.io.
        
        
        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.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.1 (2021-02-16)
        ------------------
        
        * Fixed the R file generations script
        
        
        
        0.1.0 (2020-09-30)
        ------------------
        
        * First release on PyPI.
        
Keywords: r_freeze
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
