ghrepo | R Documentation |
These functions are currently experimental.
ghrepo$update()
updates a binary package mirror.
ghrepo$update( repo, subdir, release_org = "cran", source_repo = "https://cran.r-project.org", packages = NULL )
repo
: GitHub slug, e.g. r-hub/repos
.
subdir
: subdirectory in the GitHub repository, where the R package
metadata should be updated. It must exist in the repository.
If it does not have PACKAGES*
files, then they will be created.
release_org
: GitHub organization or user name where the packages
will be published as releases.
source_repo
: A CRAN-like repository, where source packages are
taken from.
packages
: A character vector of package names to add to the binary
repository, in addition to updating the ones that are already there.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.