dev-R/*: improve metadata

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-30 05:39:26 +02:00
parent 967df4b05a
commit 1d31c354c7
97 changed files with 1183 additions and 953 deletions

View File

@@ -6,20 +6,14 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
A Simple and Robust JSON Parser and Generator for R // A
reasonably fast JSON parser and generator, optimized for
statistical data and the web. Offers simple, flexible tools for
working with JSON in R, and is particularly powerful for
building pipelines and interacting with a web API. The
implementation is based on the mapping described in the
vignette (Ooms, 2014). In addition to converting JSON data
from/to R objects, 'jsonlite' contains functions to stream,
validate, and prettify JSON data. The unit tests included with
the package verify that all edge cases are encoded and decoded
consistently for use with dynamic data in systems and
applications.
</longdescription>
<longdescription lang="en">A reasonably fast JSON parser and generator, optimized for statistical
data and the web. Offers simple, flexible tools for working with JSON in R, and
is particularly powerful for building pipelines and interacting with a web API.
The implementation is based on the mapping described in the vignette (Ooms, 2014).
In addition to converting JSON data from/to R objects, 'jsonlite' contains
functions to stream, validate, and prettify JSON data. The unit tests included
with the package verify that all edge cases are encoded and decoded consistently
for use with dynamic data in systems and applications.</longdescription>
<upstream>
<bugs-to>https://github.com/jeroen/jsonlite/issues</bugs-to>
<doc lang="en">https://cran.r-project.org/web/packages/jsonlite/jsonlite.pdf</doc>