View source: R/gitlab-packages.R
wood_gitlab_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_gitlab_packages(user, include_forks = FALSE)
user |
|
include_forks |
|
A character vector of available packages.
Functions for GitLab:
wood_gitlab_dependencies()
,
wood_gitlab_latest()
,
wood_gitlab_tags()
,
wood_gitlab_versions()
Functions that query available packages:
wood_bioc_packages()
,
wood_core_packages()
,
wood_cran_packages()
,
wood_github_packages()
,
wood_local_packages()
,
wood_packages()
,
wood_runiverse_packages()
,
wood_url_packages()
if (interactive()) {
wood_gitlab_packages("r-packages")
# The function takes care of differentiating
# between users and groups internally
wood_gitlab_packages("matherion")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.