recipe r-goalie

Assertive check functions for defensive R programming.

Homepage:

https://r.acidgenomics.com/packages/goalie/

Developer docs:

https://github.com/acidgenomics/r-goalie

License:

GPL / AGPL-3

Recipe:

/r-goalie/meta.yaml

package r-goalie

(downloads) docker_r-goalie

versions:
0.7.7-10.7.7-00.7.6-10.7.6-00.7.5-00.7.4-00.7.3-00.7.2-00.7.1-0

0.7.7-10.7.7-00.7.6-10.7.6-00.7.5-00.7.4-00.7.3-00.7.2-00.7.1-00.6.18-00.6.17-00.6.16-00.6.15-00.6.14-00.6.13-00.6.12-00.6.11-00.6.10-10.6.10-00.6.9-10.6.9-00.6.8-10.6.8-00.6.7-00.6.6-10.6.6-00.6.0-10.6.0-00.5.5-00.5.4-00.5.3-00.5.2-00.5.1-20.5.1-10.5.1-00.5.0-00.4.11-00.4.10-00.4.9-00.4.8-00.4.7-00.4.6-00.4.5-00.4.4-10.4.4-00.4.3-00.4.2-00.4.1-00.4.0-00.3.12-00.3.11-00.3.10-00.3.9-00.3.8-00.3.7-00.3.6-00.3.5-00.3.4-00.3.3-00.3.2-00.3.1-00.3.0-00.2.19-00.2.16-00.2.9-00.2.8-0

depends r-base:

>=4.3,<4.4.0a0

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-goalie

and update with::

   mamba update r-goalie

To create a new environment, run:

mamba create --name myenvname r-goalie

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-goalie:<tag>

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

Download stats