diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/jsonlite/metadata.xml | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-R/jsonlite/metadata.xml')
| -rw-r--r-- | dev-R/jsonlite/metadata.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-R/jsonlite/metadata.xml b/dev-R/jsonlite/metadata.xml new file mode 100644 index 000000000000..5073250cae46 --- /dev/null +++ b/dev-R/jsonlite/metadata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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 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> + <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> |
