View source: R/wood-packages.R
wood_packages | R Documentation |
This function queries the selected repositories for the available packages and collects the unique occurrences.
wood_packages(repos = "cran")
repos |
|
A character vector of available packages.
Functions for all repositories:
wood_dependencies()
,
wood_versions()
Functions that query available packages:
wood_bioc_packages()
,
wood_core_packages()
,
wood_cran_packages()
,
wood_github_packages()
,
wood_gitlab_packages()
,
wood_local_packages()
,
wood_runiverse_packages()
,
wood_url_packages()
print(wood_packages(c("local#all", "bioc@1.7", "cran", "core")), max = 15)
wood_packages(c("https://colinfay.me", "runiverse@turtletopia"))
# By default, only CRAN is queried:
print(wood_packages(), max = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.