Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mirrors

Setting Mirrors and Repositories


Description

setBiocMirror sets all Bioconductor repositories (software, data, annotation, etc.). so that they are directly available to install.packages. It differs from chooseBioCmirror in that it effectively enables the repositories.

Usage

setBiocMirror(
  url = "http://www.bioconductor.org",
  version = NULL,
  unique = TRUE
)

getBiocMirror()

getBiocRepos(url = "http://www.bioconductor.org", version = NULL)

setCRANMirror(url = CRAN, unique = TRUE)

Arguments

url

or Bioconductor mirror url

version

version number

unique

logical that indicate if duplicated urls or names should be removed.

Functions

  • getBiocMirror: is a shortcut for getOption('BioC_mirror'), which returns the current Bioconductor mirror as used by biocLite.

  • getBiocRepos: returns urls to all Bioconductor repositories on a given mirror.

  • setCRANMirror: sets the preferred CRAN mirror.


pkgmaker

Development Utilities for R Packages

v0.32.2
GPL (>= 2)
Authors
Renaud Gaujoux [aut, cre]
Initial release
2020-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.