View source: R/github-packages.R
wood_github_packages | R Documentation |
This function finds packages among repositories belonging to a selected account. They are returned as a vector of strings, each element being a repository (and in most cases, package) name.
wood_github_packages(user, include_forks = FALSE)
user |
|
include_forks |
|
A character vector of available packages.
Functions for GitHub:
wood_github_dependencies()
,
wood_github_latest()
,
wood_github_tags()
,
wood_github_versions()
Functions that query available packages:
wood_bioc_packages()
,
wood_core_packages()
,
wood_cran_packages()
,
wood_gitlab_packages()
,
wood_local_packages()
,
wood_packages()
,
wood_runiverse_packages()
,
wood_url_packages()
wood_github_packages("turtletopia")
# I moved most my packages to turtletopia
wood_github_packages("ErdaradunGaztea", include_forks = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.