-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.5 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
40
41
42
43
44
45
Package: XiMpLe
Type: Package
Title: A Simple XML Tree Parser and Generator
Description: Provides a simple XML tree parser/generator. It includes
functions to read XML files into R objects, get information out of
and into nodes, and write R objects back to XML code. It's not as
powerful as the 'XML' package and doesn't aim to be, but for simple
XML handling it could be useful. It was originally developed for
the R GUI and IDE 'RKWard' <https://rkward.kde.org>, to make plugin
development easier.
Author: Meik Michalke [aut, cre]
Maintainer: Meik Michalke <[email protected]>
Depends: R (>= 3.0.0)
Imports: methods
Suggests: testthat,knitr,rmarkdown
VignetteBuilder: knitr
URL: https://reaktanz.de/?c=hacking&s=XiMpLe
BugReports: https://github.com/rkward-community/XiMpLe/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
Authors@R: c(person(given="Meik", family="Michalke",
email="[email protected]", role=c("aut", "cre")))
Version: 0.11-3
Date: 2024-07-18
RoxygenNote: 7.3.1
Collate:
'00_class_01_XiMpLe.node.R'
'00_class_02_XiMpLe.doc.R'
'00_class_03_XiMpLe.validity.R'
'01_method_01_pasteXML.R'
'XiMpLe-internal.R'
'01_method_02_node.R'
'01_method_03_show.R'
'01_method_04_validXML.R'
'01_method_05_XMLgenerators.R'
'XMLNode.R'
'XMLTree.R'
'XiMpLe-package.R'
'gen_tag_functions.R'
'parseXMLTree.R'
'pasteXMLTag.R'
'provide_file.R'
'zzz_is_get_utils.R'
'zzz_is_get_utils_deprecated.R'