forked from r-lib/pkgload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 980 Bytes
/
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
Package: pkgload
Title: Simulate Package Installation and Attach
Version: 1.0.0
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jim", "Hester", , "[email protected]", role = c("aut", "cre")),
person("Winston", "Chang", role = "aut"),
person("RStudio", role = "cph"),
person("R Core team", role = "ctb",
comment = "Some namespace and vignette code extracted from base R")
)
Description: pkgload is simulates the process of installing a package
and then attaching it. This is a key part of devtools as it allows you
to rapidly iterate with a package.
Imports:
withr,
methods,
rstudioapi,
pkgbuild,
rlang,
rprojroot,
desc,
Suggests:
Rcpp,
testthat,
covr,
bitops
Remotes:
r-lib/pkgbuild
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: https://github.com/r-lib/pkgload
BugReports: https://github.com/r-lib/pkgload/issues
Roxygen: list(markdown = TRUE)