:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-ggbiplot' .. highlight: bash r-ggbiplot ========== .. conda:recipe:: r-ggbiplot :replaces_section_title: :noindex: A biplot based on ggplot2 :homepage: http://github.com/vqv/ggbiplot :license: GPL-2 :recipe: /`r-ggbiplot `_/`meta.yaml `_ .. conda:package:: r-ggbiplot |downloads_r-ggbiplot| |docker_r-ggbiplot| :versions: .. raw:: html
0.55-100.55-90.55-80.55-70.55-60.55-50.55-40.55-30.55-2 ``0.55-10``,  ``0.55-9``,  ``0.55-8``,  ``0.55-7``,  ``0.55-6``,  ``0.55-5``,  ``0.55-4``,  ``0.55-3``,  ``0.55-2``,  ``0.55-1`` .. raw:: html
:depends libgcc-ng: ``>=12`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-devtools: :depends r-ggplot2: :depends r-gridbase: :depends r-plyr: :depends r-scales: :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-ggbiplot and update with:: mamba update r-ggbiplot To create a new environment, run:: mamba create --name myenvname r-ggbiplot 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-ggbiplot: (see `r-ggbiplot/tags`_ for valid values for ````) .. |downloads_r-ggbiplot| image:: https://img.shields.io/conda/dn/bioconda/r-ggbiplot.svg?style=flat :target: https://anaconda.org/bioconda/r-ggbiplot :alt: (downloads) .. |docker_r-ggbiplot| image:: https://quay.io/repository/biocontainers/r-ggbiplot/status :target: https://quay.io/repository/biocontainers/r-ggbiplot .. _`r-ggbiplot/tags`: https://quay.io/repository/biocontainers/r-ggbiplot?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-ggbiplot/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-ggbiplot/README.html