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.5-30.6.5-20.6.5-10.6.5-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install r-codedepends

and update with:

conda update r-codedepends

or use the docker container:

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

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

Download stats