View source: R/method_install_github_tagged_version.R
install_github_tagged_version | R Documentation |
Install remotes using git tags and R versions
install_github_tagged_version(
remotes,
versions = rep(NA, length(remotes)),
is_interactive = interactive()
)
remotes |
A list of remotes in the format of |
versions |
The desired versions of the package, |
is_interactive |
Whether running in an interactive session |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.