-
Notifications
You must be signed in to change notification settings - Fork 48
/
DESCRIPTION
50 lines (50 loc) · 1.35 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
Package: pkgload
Title: Simulate Package Installation and Attach
Version: 1.4.0.9000
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Jim", "Hester", role = "aut"),
person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("R Core team", role = "ctb",
comment = "Some namespace and vignette code extracted from base R")
)
Description: Simulates the process of installing a package and then
attaching it. This is a key part of the 'devtools' package as it
allows you to rapidly iterate while developing a package.
License: MIT + file LICENSE
URL: https://github.com/r-lib/pkgload, https://pkgload.r-lib.org
BugReports: https://github.com/r-lib/pkgload/issues
Depends:
R (>= 3.4.0)
Imports:
cli (>= 3.3.0),
desc,
fs,
glue,
lifecycle,
methods,
pkgbuild,
processx,
rlang (>= 1.1.1),
rprojroot,
utils
Suggests:
bitops,
jsonlite,
mathjaxr,
pak,
Rcpp,
remotes,
rstudioapi,
testthat (>= 3.2.1.1),
usethis,
withr
Config/Needs/website: tidyverse/tidytemplate, ggplot2
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Config/testthat/start-first: dll
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2