-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
39 lines (39 loc) · 1.27 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
Type: Package
Package: evaluate
Title: Parsing and Evaluation Tools that Provide More Details than the
Default
Version: 1.0.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Yihui", "Xie", role = "aut",
comment = c(ORCID = "0000-0003-0645-5666")),
person("Michael", "Lawrence", role = "ctb"),
person("Thomas", "Kluyver", role = "ctb"),
person("Jeroen", "Ooms", role = "ctb"),
person("Barret", "Schloerke", role = "ctb"),
person("Adam", "Ryczkowski", role = "ctb"),
person("Hiroaki", "Yutani", role = "ctb"),
person("Michel", "Lang", role = "ctb"),
person("Karolis", "Koncevičius", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Parsing and evaluation tools that make it easy to recreate
the command line behaviour of R.
License: MIT + file LICENSE
URL: https://evaluate.r-lib.org/, https://github.com/r-lib/evaluate
BugReports: https://github.com/r-lib/evaluate/issues
Depends:
R (>= 3.6.0)
Suggests:
covr,
ggplot2 (>= 3.3.6),
lattice,
methods,
rlang,
testthat (>= 3.0.0),
withr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2