| cran_alias | R Documentation |
Retrieve alias available on CRAN.
cran_alias(packages = NULL)
packages |
A vector with packages or |
A data.frame with three columns: Package, Source and Target.
The raw source of the data is: CRAN_aliases_db().
Other alias:
base_alias()
Other meta info from CRAN:
cran_archive(),
cran_comments(),
cran_history(),
cran_links()
ca <- cran_alias("BWStest")
head(ca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.