| pac_deps_user | R Documentation |
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.
pac_deps_user(
pac,
base = FALSE,
local = FALSE,
attr = TRUE,
repos = pacs::biocran_repos()
)
pac |
|
base |
|
local |
|
attr |
|
repos |
|
data.frame with packages and their versions. Versions are taken from installed.packages or newest released.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.