available_on_bioc | R Documentation |
See if a name is available on CRAN
available_on_bioc(name, repos = NULL, ...) available_on_cran(name, repos = default_cran_repos, ...)
name |
Name of package to search |
repos |
character vector, the base URL(s) of the repositories to use. |
... |
Additional arguments passed to |
available_on_cran("semaforos") # Test if this name is available in a non-default CRAN repository ## Not run: available_on_cran("semaforos", repos = "https://bisaloo.r-universe.dev") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.