mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 11:50:55 -04:00
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<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>
|
|
<changelog>https://cran.r-project.org/web/packages/jsonlite/NEWS</changelog>
|
|
<maintainer>
|
|
<name>Jeroen Ooms</name>
|
|
<email>jeroen@berkeley.edu</email>
|
|
</maintainer>
|
|
<remote-id type="github">jeroen/jsonlite</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|