:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-grbase' .. highlight: bash r-grbase ======== .. conda:recipe:: r-grbase :replaces_section_title: :noindex: The \'gRbase\' package provides graphical modelling features used by e.g. the packages \'gRain\'\, \'gRim\' and \'gRc\'. \'gRbase\' implements graph algorithms including \(i\) maximum cardinality search \(for marked and unmarked graphs\). \(ii\) moralization\, \(iii\) triangulation\, \(iv\) creation of junction tree. \'gRbase\' facilitates array operations\, \'gRbase\' implements functions for testing for conditional independence. \'gRbase\' illustrates how hierarchical log\-linear models may be implemented and describes concept of graphical meta data. The facilities of the package are documented in the book by Højsgaard\, Edwards and Lauritzen \(2012\, \\) and in the paper by Dethlefsen and Højsgaard\, \(2005\, \\). Please see \'citation\(\"gRbase\"\)\' for citation details. NOTICE \'gRbase\' requires that the packages graph\, \'Rgraphviz\' and \'RBGL\' are installed from \'bioconductor\'\; for installation instructions please refer to the web page given below. :homepage: http://people.math.aau.dk/~sorenh/software/gR/ :license: GPL2 / GPL-2.0-or-later :recipe: /`r-grbase `_/`meta.yaml `_ .. conda:package:: r-grbase |downloads_r-grbase| |docker_r-grbase| :versions: .. raw:: html
2.0.1-02.0.0-01.9.0-01.8.9-31.8.9-21.8.9-11.8.9-01.8.8-11.8.8-0 ``2.0.1-0``,  ``2.0.0-0``,  ``1.9.0-0``,  ``1.8.9-3``,  ``1.8.9-2``,  ``1.8.9-1``,  ``1.8.9-0``,  ``1.8.8-1``,  ``1.8.8-0``,  ``1.8.7-1``,  ``1.8.7-0``,  ``1.8_6.7-2``,  ``1.8_6.7-1``,  ``1.8_6.7-0``,  ``1.8_3.4-6``,  ``1.8_3.4-5``,  ``1.8_3.4-4``,  ``1.8_3.4-3``,  ``1.8_3.4-2``,  ``1.8_3.4-1``,  ``1.8_3.4-0`` .. raw:: html
:depends libblas: ``>=3.9.0,<4.0a0`` :depends libgcc-ng: ``>=12`` :depends liblapack: ``>=3.9.0,<4.0a0`` :depends libstdcxx-ng: ``>=12`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-igraph: :depends r-magrittr: :depends r-matrix: :depends r-rcpp: ``>=0.11.1`` :depends r-rcpparmadillo: :depends r-rcppeigen: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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-grbase and update with:: mamba update r-grbase To create a new environment, run:: mamba create --name myenvname r-grbase 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-grbase: (see `r-grbase/tags`_ for valid values for ````) .. |downloads_r-grbase| image:: https://img.shields.io/conda/dn/bioconda/r-grbase.svg?style=flat :target: https://anaconda.org/bioconda/r-grbase :alt: (downloads) .. |docker_r-grbase| image:: https://quay.io/repository/biocontainers/r-grbase/status :target: https://quay.io/repository/biocontainers/r-grbase .. _`r-grbase/tags`: https://quay.io/repository/biocontainers/r-grbase?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/r-grbase/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/r-grbase/README.html