-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 996 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
37
38
39
40
41
Package: xmlr
Version: 0.2.0.9001
Date: 2020-05-09
Title: Read, Write and Work with 'XML' Data
Authors@R: c(
person("Per", "Nyfelt", email = "per@alipsa.se", role = c("cre", "aut")),
person("Alipsa HB", email = "info@alipsa.se", role = "cph"),
person("Steven", "Brandt", role = "ctb")
)
Author:
Per Nyfelt [cre, aut],
Alipsa HB [cph],
Steven Brandt [ctb]
Maintainer: Per Nyfelt <per@alipsa.se>
Depends: R (>= 3.1.0)
Encoding: UTF-8
Description: 'XML' package for creating, reading and manipulating 'XML', with an object model based on 'Reference Classes'.
License: MIT + file LICENSE
URL: https://github.com/Alipsa/xmlr
BugReports: https://github.com/Alipsa/xmlr/issues
Imports:
methods
Suggests:
testthat,
knitr,
rmarkdown
Collate:
'xmlr.R'
'utils.R'
'AbstractClass.R'
'Content.R'
'Document.R'
'Text.R'
'Element.R'
'Stack.R'
'DomBuilder.R'
'Parser.R'
'xmlImporter.R'
'xmlConverter.R'
RoxygenNote: 7.1.0
VignetteBuilder: knitr