wood_github_packages: List available package on a Github account

View source: R/github-packages.R

wood_github_packagesR Documentation

List available package on a Github account

Description

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.

Usage

wood_github_packages(user, include_forks = FALSE)

Arguments

user

character(1)
Name of a user or organization.

include_forks

logical(1)
Whether to include packages forked from other accounts.

Value

A character vector of available packages.

See Also

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()

Examples


wood_github_packages("turtletopia")
# I moved most my packages to turtletopia
wood_github_packages("ErdaradunGaztea", include_forks = TRUE)


ErdaradunGaztea/woodendesc documentation built on Feb. 1, 2025, 2:26 a.m.