add | R Documentation |
Adds r-universe package repositories to your options("repos")
such
that they are used by default in install.packages()
. If the universe
was already enabled, it will not be added again, hence it is harmless
to call this function multiple times.
add(universe = "ropensci")
remove(universe)
universe |
vector with name(s) of the universe(s), i.e. the subdomain
part of |
Note that changes to your options are not permanent. To automatically
enable a repository for every R session, you can call this function in
your ~/.Rprofile
script.
the updated list of repositories
add("ropensci")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.