-
Notifications
You must be signed in to change notification settings - Fork 63
/
DESCRIPTION
91 lines (91 loc) · 2.87 KB
/
DESCRIPTION
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: pak
Title: Another Approach to Package Installation
Version: 0.8.0.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Winston", "Chang", role = "ctb", comment = "R6, callr, processx"),
person("Ascent Digital Services", role = c("cph", "fnd"), comment = "callr, processx"),
person("Hadley", "Wickham", role = c("ctb", "cph"), comment = "cli, curl, pkgbuild"),
person("Jeroen", "Ooms", role = "ctb", comment = "curl, jsonlite"),
person("Maëlle", "Salmon", role = "ctb", comment = "desc, pkgsearch"),
person("Duncan", "Temple Lang", role = "ctb", comment = "jsonlite"),
person("Lloyd", "Hilaiel", role = "cph", comment = "jsonlite"),
person("Michel Berkelaar and lpSolve authors", role = "ctb", comment = "lpSolve"),
person("R Consortium", role = "fnd", comment = "pkgsearch"),
person("Jay", "Loden", role = "ctb", comment = "ps"),
person("Dave", "Daeschler", role = "ctb", comment = "ps"),
person("Giampaolo", "Rodola", role = "ctb", comment = "ps"),
person("Kuba", "Podgórski", role = "ctb", comment = "zip"),
person("Rich", "Geldreich", role = "ctb", comment = "zip")
)
Description: The goal of 'pak' is to make package installation faster and
more reliable. In particular, it performs all HTTP operations in
parallel, so metadata resolution and package downloads are fast.
Metadata and package files are cached on the local disk as well. 'pak'
has a dependency solver, so it finds version conflicts before
performing the installation. This version of 'pak' supports CRAN,
'Bioconductor' and 'GitHub' packages as well.
License: GPL-3
URL: https://pak.r-lib.org/, https://github.com/r-lib/pak
BugReports: https://github.com/r-lib/pak/issues
Depends:
R (>= 3.5)
Imports:
tools,
utils
Suggests:
callr (>= 3.7.0),
cli (>= 3.2.0),
covr,
curl (>= 4.3.2),
desc (>= 1.4.1),
filelock (>= 1.0.2),
gitcreds,
glue (>= 1.6.2),
jsonlite (>= 1.8.0),
pingr,
pkgbuild (>= 1.4.2),
pkgcache (>= 2.0.4),
pkgdepends (>= 0.5.0.9001),
pkgload,
pkgsearch (>= 3.1.0),
processx (>= 3.8.1),
ps (>= 1.6.0),
rstudioapi,
testthat (>= 3.2.0),
withr
ByteCompile: true
Config/build/extra-sources: configure*
Config/needs/dependencies:
callr,
desc,
r-lib/cli,
curl,
filelock,
jsonlite,
gaborcsardi/lpSolve,
pkgbuild,
r-lib/pkgcache,
r-lib/pkgdepends,
r-hub/pkgsearch,
processx,
ps,
Config/Needs/website:
r-lib/asciicast,
rmarkdown,
roxygen2,
tidyverse/tidytemplate
Config/Needs/deploy:
curl,
desc,
gitcreds,
jsonlite,
processx
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Biarch: true