# aliases used primarily for nicer / normalized text output
`_renv_aliases` <- list(
cran = "CRAN",
github = "GitHub",
gitlab = "GitLab",
local = "Local",
bitbucket = "Bitbucket",
bioconductor = "Bioconductor"
)
renv_alias <- function(text) {
`_renv_aliases`[[text]] %||% text
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.