Hardcoded list of Australian mirrors

oz_repos()

Value

named vector of mirror addresses

Details

These are by name csiro, unimelb, aarnet, curtin, aws.

aws is a special case, the "cloud" redirect sponsored by RStudio, it redirects to a nearby Amazon AWS server. I asumme this is usually Sydney, right on the big fat fibre pipes in Haymarket that many companies use.

A 'private' repository can be included by setting the environment variable 'OZ_PRIVATE'. Do not include the trailing slash, as in the list above. If set this will be included like c(private = "https://mycran/").

See also

oz_db that returns the package list from these repositories

Examples

oz_repos()
#> csiro unimelb #> "https://cran.csiro.au" "https://cran.ms.unimelb.edu.au" #> aarnet curtin #> "https://mirror.aarnet.edu.au/pub/CRAN" "https://cran.curtin.edu.au" #> aws private #> "https://cloud.r-project.org" "file:///rdsi/PRIVATE/raad/dev/cran"