A toolbox to work with R projects on Renku

https://img.shields.io/badge/license-apache2-brightgreen.svg https://img.shields.io/github/v/release/auwerxlab/renku-r-tools https://img.shields.io/pypi/v/renku-r-tools Documentation Status

Documentation

renku_r_tools.packrat CLI

renku-r

renku-r [OPTIONS] COMMAND [ARGS]...
ln-packrat-lib

Link packrat libraries to another location.

renku-r ln-packrat-lib [OPTIONS]

Options

-p, --proj_dir <proj_dir>

R project main directory path. Use absolute path. [required]

-s, --source <source>

Main directory path of the new packrat libraries source. Use absolute path. [default: /home/rstudio/packrat; required]

-f, --force

Overwrite existing libraries.

-v, --verbose

Print various messages.

renku_r_tools.packrat module

class renku_r_tools.packrat.Packrat(proj_dir)[source]

Bases: object

ln_lib(ln_source, force, verbose)[source]

Link libraries to another location.

Indices and tables