powered by
CRAN package NAMESPACE file taken locally or remotely from GITHUB CRAN mirror or CRAN website. By default works for the newest package version.
pac_namespace( pac, version = NULL, at = NULL, local = FALSE, lib.loc = .libPaths(), repos = "https://cran.rstudio.com/" )
list with names proper for NAMESPACE file, the same as format as returned by base::parseNamespaceFile.
list
base::parseNamespaceFile
character a package name.
character
character version of a package. Default: NULL
NULL
Date from which to take the version. Default: NULL
Date
logical if to use local repository (or newest remote packages). Default: FALSE
logical
FALSE
character vector of search paths with local packages. Default: .libPaths()
.libPaths()
character vector repositories URLs to use. Used only for the validation. Default https://cran.rstudio.com/
https://cran.rstudio.com/
if (FALSE) { pacs::pac_namespace("dplyr", version = "0.8.0") pacs::pac_namespace("dplyr", at = as.Date("2019-02-01")) pacs::pac_namespace("memoise", local = TRUE) }
Run the code above in your browser using DataLab