forked from r-lib/pak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
73 lines (73 loc) · 1.83 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
Package: pak
Version: 0.3.1.9000
Title: Another Approach to Package Installation
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.
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", , "[email protected]", role = "aut"),
person("RStudio", role = c("cph", "fnd"))
)
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.2.1.9000
Depends:
R (>= 3.2)
Imports:
tools,
utils
Suggests:
callr (>= 3.7.0),
cli (>= 3.2.0),
covr,
curl (>= 4.3.2),
desc (>= 1.4.1),
digest,
distro,
filelock (>= 1.0.2),
gitcreds,
glue (>= 1.6.2),
mockery,
pingr,
jsonlite (>= 1.8.0),
pkgcache (>= 2.0.1),
pkgdepends (>= 0.3.0),
pkgsearch (>= 3.1.0),
prettyunits,
processx (>= 3.5.2),
ps (>= 1.6.0),
rprojroot (>= 2.0.2),
rstudioapi,
testthat,
withr
Note: This field has Remotes syntax, but repeat remotes in `Remotes`!
Config/needs/dependencies:
callr,
desc,
cli,
curl,
distro,
filelock,
glue,
jsonlite,
pkgcache,
pkgdepends,
pkgsearch,
prettyunits,
processx,
ps,
rprojroot
Config/Needs/website:
r-lib/asciicast,
r-lib/roxygen2@feature/html-blocks,
tidyverse/tidytemplate
Config/testthat/edition: 3
URL: https://pak.r-lib.org/
BugReports: https://github.com/r-lib/pak/issues
BuildResaveData: no