1Package: evaluate
2Type: Package
3Title: Parsing and Evaluation Tools that Provide More Details than the
4        Default
5Version: 0.14
6Authors@R: c(
7    person("Hadley", "Wickham", role = "aut"),
8    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
9    person("Michael", "Lawrence", role = "ctb"),
10    person("Thomas", "Kluyver", role = "ctb"),
11    person("Jeroen", "Ooms", role = "ctb"),
12    person("Barret", "Schloerke", role = "ctb"),
13    person("Adam", "Ryczkowski", role = "ctb"),
14    person("Hiroaki", "Yutani", role = "ctb"),
15    person("Michel", "Lang", role = "ctb"),
16    person("Karolis", "Koncevičius", role = "ctb")
17    )
18Description: Parsing and evaluation tools that make it easy to recreate the
19    command line behaviour of R.
20License: MIT + file LICENSE
21URL: https://github.com/r-lib/evaluate
22BugReports: https://github.com/r-lib/evaluate/issues
23Depends: R (>= 3.0.2)
24Imports: methods
25Suggests: testthat, lattice, ggplot2
26RoxygenNote: 6.1.1
27Encoding: UTF-8
28NeedsCompilation: no
29Packaged: 2019-05-28 15:30:02 UTC; yihui
30Author: Hadley Wickham [aut],
31  Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),
32  Michael Lawrence [ctb],
33  Thomas Kluyver [ctb],
34  Jeroen Ooms [ctb],
35  Barret Schloerke [ctb],
36  Adam Ryczkowski [ctb],
37  Hiroaki Yutani [ctb],
38  Michel Lang [ctb],
39  Karolis Koncevičius [ctb]
40Maintainer: Yihui Xie <xie@yihui.name>
41Repository: CRAN
42Date/Publication: 2019-05-28 15:50:02 UTC
43