Description Usage Arguments Value Examples
View source: R/checkInstalls.R
For github, uses parse_github_url
to do the
work. For Bioconductor, simply looks for stuff like:
"https://git.bioconductor.org/packages/PKGNAME".
1 | reposFromURLs(urls)
|
urls |
character() vector of git URLs |
named character() vector of repos that can be fed
directly to install
1 2 3 | repos = c("https://github.com/seandavi/GEOquery",
"https://git.bioconductor.org/packages/RNAseq123")
reposFromURLs(repos)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.