Metadata-Version: 2.1
Name: renku-r-tools
Version: 0.0.4
Summary: A toolbox to work with R projects on Renku
Home-page: https://github.com/auwerxlab/renku-r-tools
Author: Laboratory of Integrative System Physiology (LISP) at EPFL
Author-email: alexis.rapin@epfl.ch
License: Apache License 2.0
Download-URL: https://github.com/auwerxlab/renku-r-tools/archive/v0.0.4.tar.gz
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Requires-Dist: click (>=7.0)

==========================================
A toolbox to work with R projects on Renku
==========================================

.. image:: https://img.shields.io/badge/license-apache2-brightgreen.svg
   :target: https://github.com/auwerxlab/renku-r-tools/blob/master/LICENSE

.. image:: https://img.shields.io/github/v/release/auwerxlab/renku-r-tools
   :target: https://github.com/auwerxlab/renku-r-tools/releases

.. image:: https://img.shields.io/pypi/v/renku-r-tools
   :target: https://pypi.python.org/pypi/renku-r-tools

.. image:: https://readthedocs.org/projects/renku-r-tools/badge/?version=latest
   :target: https://renku-r-tools.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Renku-r-tools is a small python package that provides a CLI to setup R projects on Renku.

Features:

- Replace the packrat-managed libraries of a R project by symbolic links. This is useful when relocating packrat libraries from the R project directory to the docker image.
- Replace the renv-managed libraries of a R project by symbolic links. This is useful when relocating renv libraries from the R project directory to the docker image.

Installation
============

The latest release is available on PyPI and can be installed using ``pip``:

::

    $ pip install renku-r-tools

Isolated environments using ``pipx``
------------------------------------

Install and execute renku-r-tools in an isolated environment using ``pipx``.

`Install pipx <https://github.com/pipxproject/pipx#install-pipx>`_
and make sure that the ``$PATH`` is correctly configured.

::

    $ python3 -m pip install --user pipx
    $ pipx ensurepath

Once ``pipx`` is installed use following command to install ``renku-r-tools``.

::

    $ pipx install renku-r-tools
    $ which renku-r-tools
    ~/.local/bin/renku-r-tools

Usage
=====

The latest documentation is available on `https://readthedocs.org <https://renku-r-tools.readthedocs.io/en/latest/>`_.


