| pac_deps_user {pacs} | R Documentation |
Package dependencies - user perspective
Description
A higher-level function, build from pacs::pacs_deps.
Package dependencies installed when run installed.packages.
"Depends", "Imports", "LinkingTo" fields from the DESCRIPTION file and
their recursive dependencies taken from the same fields.
Dependencies are taken remotely for the newest version.
Usage
pac_deps_user(
pac,
base = FALSE,
local = FALSE,
attr = TRUE,
repos = pacs::biocran_repos()
)
Arguments
pac |
|
base |
|
local |
|
attr |
|
repos |
|
Value
data.frame with packages and their versions. Versions are taken from installed.packages or newest released.
Examples
## Not run:
pacs::pac_deps_user("dplyr")
pacs::pac_deps_user("pacs")
# with the main package in the list
pacs::pac_deps_user("pacs", attr = FALSE)
## End(Not run)