-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1008 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
Package: blackmagic
Type: Package
Title: Automagically Convert 'XML' to 'JSON'/'JSON' to 'XML'
Version: 0.1.0
Date: 2018-05-17
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Yousuf", "Almarzooqi", role = c("aut"),
comment = "xml-js npm library; <<https://www.npmjs.com/package/xml-js>")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Given a character string of 'XML' an 'xml2' or 'XML' package document
or a 'URL' to retrieve XML content from, convert said 'XML' to 'JSON' using
the 'xml-js' 'npm' library <https://www.npmjs.com/package/xml-js> by 'Yousuf Almarzooqi'.
Also handles the reverse (e.g. 'JSON' to 'XML').
URL: https://github.com/hrbrmstr/blackmagic
BugReports: https://github.com/hrbrmstr/blackmagic/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
V8,
xml2,
XML
RoxygenNote: 6.0.1.9000