Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

cran (https://cran.uni-muenster.de/): the main repository for releases of R packagespackage

Codeblock
$ ./install_cran <packagename>


github: the detailed search for the package is done with githubinstall used by R.

Codeblock
$ ./install_github <packagename>

BiocManager (https://www.bioconductor.org/install): a specific repository providing tools for the analysis and comprehension of high-throughput genomic data.

Codeblock
$ ./install_bioc <packagename> <version>

The version is optional.

If the installation is successful, the script prompts to ask for adding the package into a list of packages that will be installed by default with a new R version.

To remove a package, you may use

Codeblock
$ ./remove_package <packagename>

Automatic removal from the list of default packages is not implemented yet.