DESCRIPTIONFileVersionV {Require} | R Documentation |
GitHub package tools
Description
A series of helpers to access and deal with GitHub packages
Usage
DESCRIPTIONFileVersionV(file, purge = getOption("Require.purge", FALSE))
DESCRIPTIONFileOtherV(file, other = "RemoteSha")
dlGitHubDESCRIPTION(
pkg,
purge = getOption("Require.purge", FALSE),
verbose = getOption("Require.verbose")
)
Arguments
file |
A file path to a |
purge |
Logical. Should all caches be purged? Default is
Internally, there are calls to |
other |
Any other keyword in a |
pkg |
A character string with a GitHub package specification (c.f. remotes) |
verbose |
Numeric or logical indicating how verbose should the function
be. If -1 or -2, then as little verbosity as possible. If 0 or FALSE,
then minimal outputs; if |
Details
dlGitHubDESCRIPTION
retrieves the DESCRIPTION file from GitHub.com