forked from r-lib/xml2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 977 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
Package: xml2
Version: 1.0.0.9001
Title: Parse XML
Description: Work with XML files using a simple, consistent interface. Built on
top of the 'libxml2' C library.
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("James", "Hester", , "[email protected]", "aut"),
person("Jeroen", "Ooms", role = "ctb"),
person("RStudio", role = "cph"),
person("R Foundation", role = "ctb",
comment = "Copy of R-project homepage cached as example")
)
URL: https://github.com/hadley/xml2/
BugReports: https://github.com/hadley/xml2/issues/
Depends:
R (>= 3.1.0)
Imports:
Rcpp
LinkingTo: Rcpp (>= 0.11.4.6),
BH
Suggests:
testthat,
curl,
covr,
knitr,
rmarkdown,
magrittr,
httr
Remotes: RcppCore/Rcpp@8c7246e7932d4e8c5de148ac8e023fdd58d2a080
SystemRequirements: libxml2: libxml2-dev (deb), libxml2-devel (rpm)
License: GPL (>= 2)
RoxygenNote: 5.0.1.9000
VignetteBuilder: knitr