Versionen im Vergleich

Schlüssel

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

...

We support three different repositories:

Codeblock
$ ./install_cran <packagename>


  • github: the detailed search for the package is done with githubinstall used by R.
Codeblock
$ ./install_github <packagename>
Codeblock
$ ./install_bioc <packagename> <version>

The version is optional.

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

...