recipe r-codedepends

Tools for analyzing R expressions or blocks of code and determining the dependencies between them. It focuses on R scripts, but can be used on the bodies of functions. There are many facilities including the ability to summarize or get a high-level view of code, determining dependencies between variables, code improvement suggestions.

Homepage:

https://github.com/duncantl/CodeDepends

License:

GPL3 / GPL-3

Recipe:

/r-codedepends/meta.yaml

package r-codedepends

(downloads) docker_r-codedepends

versions:

0.6.6-00.6.5-40.6.5-30.6.5-20.6.5-10.6.5-0

depends bioconductor-graph:

depends r-base:

>=4.3,<4.4.0a0

depends r-codetools:

depends r-xml:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install r-codedepends

and update with::

   mamba update r-codedepends

To create a new environment, run:

mamba create --name myenvname r-codedepends

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/r-codedepends:<tag>

(see `r-codedepends/tags`_ for valid values for ``<tag>``)

Download stats