Learn R Programming

containerit (version 0.6.0)

getGitHubRef: Get GitHub reference from package

Description

If a package is installed from GitHub this function tries to retrieve the reference (i.e. user name, repository name, and commit) from (a) the provided sessionInfo, or (b) locally, and only if the package is installed (!), using session_info.

Usage

getGitHubRef(pkg, pkgs = c(sessionInfo()$otherPkgs,
  sessionInfo()$loadedOnly))

Arguments

pkg

The name of the package to retrieve the reference for

pkgs

Lists of packages from a sessionInfo object

Value

A character string with a short refernce, e.g. r-hub/sysreqs@481d263, NA is nothign could be found

Examples

Run this code
# NOT RUN {
getGitHubRef(rsysreqs)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab