-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
31 lines (31 loc) · 961 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
Package: jsonify
Type: Package
Title: Convert Between 'R' Objects and Javascript Object Notation (JSON)
Version: 1.2.3
Date: 2024-05-21
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")),
person("Chris", "Muir", role = "ctb"),
person("Brendan", "Knapp", role = "ctb", comment = c(ORCID = "0000-0003-3284-4972"))
)
Description: Conversions between 'R' objects and Javascript Object Notation (JSON) using
the 'rapidjsonr' library <https://CRAN.R-project.org/package=rapidjsonr>.
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Imports:
Rcpp (>= 1.0.10)
LinkingTo:
rapidjsonr (>= 1.2.1),
Rcpp
RoxygenNote: 7.3.1
Suggests:
covr,
testthat,
knitr,
rmarkdown
Encoding: UTF-8
URL: https://symbolixau.github.io/jsonify/, https://github.com/SymbolixAU/jsonify
BugReports: https://github.com/SymbolixAU/jsonify/issues
VignetteBuilder: knitr
remotes:
https://github.com/SymbolixAU/rapidjsonr