Hardcoded list of Australian mirrors
oz_repos()
named vector of mirror addresses
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/")
.
oz_db that returns the package list from these repositories
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"