-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDESCRIPTION
More file actions
77 lines (77 loc) · 1.95 KB
/
DESCRIPTION
File metadata and controls
77 lines (77 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: pkgdepends
Title: Package Dependency Resolution and Downloads
Version: 0.9.0.9000
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: Find recursive dependencies of 'R' packages from various
sources. Solve the dependencies to obtain a consistent set of packages
to install. Download packages, and install them. It supports packages
on 'CRAN', 'Bioconductor' and other 'CRAN-like' repositories,
'GitHub', package 'URLs', and local package trees and files. It caches
metadata and package files via the 'pkgcache' package, and performs
all 'HTTP' requests, downloads, builds and installations in parallel.
'pkgdepends' is the workhorse of the 'pak' package.
License: MIT + file LICENSE
URL: https://r-lib.github.io/pkgdepends/,
https://github.com/r-lib/pkgdepends
BugReports: https://github.com/r-lib/pkgdepends/issues
Depends:
R (>= 3.5)
Imports:
callr (>= 3.3.1),
cli (>= 3.6.0),
curl,
desc (>= 1.4.3),
filelock (>= 1.0.2),
jsonlite,
lpSolve,
pkgbuild (>= 1.0.2),
pkgcache (>= 2.2.0),
processx (>= 3.4.2),
ps,
R6,
stats,
utils,
zip (>= 2.3.0)
Suggests:
asciicast (>= 2.2.0.9000),
codetools,
covr,
debugme,
fansi,
fs,
gh,
gitcreds,
glue,
htmlwidgets,
mockery,
pak,
pingr (>= 2.0.0),
rmarkdown,
rstudioapi,
spelling,
svglite,
testthat (>= 3.2.0),
tibble,
webfakes (>= 1.1.5.9000),
withr (>= 2.1.1)
Remotes:
r-lib/pkgcache
Config/Needs/builder:
gh,
pkgsearch,
withr (>= 2.1.1)
Config/Needs/coverage:
r-lib/asciicast,
covr
Config/Needs/website:
r-lib/asciicast,
pkgdown (>= 2.0.2),
tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-05-05
Encoding: UTF-8
RoxygenNote: 7.3.2.9000