-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
37 lines (37 loc) · 1.52 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
Package: yyjsonr
Type: Package
Title: Fast 'JSON', 'NDJSON' and 'GeoJSON' Parser and Generator
Version: 0.1.20.9001
Authors@R: c(
person("Mike", "Cheng", role = c("aut", "cre", 'cph'),
email = "[email protected]"),
person("Yao", "Yuan", role = c("aut", "cph"), email = "[email protected]",
comment="Author of bundled yyjson"))
Maintainer: Mike Cheng <[email protected]>
Description: A fast 'JSON' parser, generator and validator which converts 'JSON',
'NDJSON' (Newline Delimited 'JSON') and 'GeoJSON' (Geographic 'JSON') data
to/from R objects. The standard R data types are
supported (e.g. logical, numeric, integer) with configurable handling of NULL
and NA values. Data frames, atomic vectors and lists are all supported as data
containers translated to/from 'JSON'. 'GeoJSON' data is read in as
'simple features' objects.
This implementation wraps the 'yyjson' 'C' library which
is available from <https://github.com/ibireme/yyjson>.
License: MIT + file LICENSE
URL: https://github.com/coolbutuseless/yyjsonr, https://coolbutuseless.github.io/package/yyjsonr/
BugReports: https://github.com/coolbutuseless/yyjsonr/issues
Encoding: UTF-8
Language: en-AU
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
bit64,
knitr,
rmarkdown,
jsonlite,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Copyright: The included 'yyjson' code is Copyright (c) 2020 YaoYuan. See 'COPYRIGHTS' for LICENSE for inclued code.
Depends:
R (>= 3.5.0)