diff --git a/dev-R/jsonlite/Manifest b/dev-R/jsonlite/Manifest new file mode 100644 index 0000000000..34cbce96cd --- /dev/null +++ b/dev-R/jsonlite/Manifest @@ -0,0 +1 @@ +DIST jsonlite_1.7.2.tar.gz 421716 BLAKE2B fa1fc59fefdd31085d0f1ccec02069f8bccfb6f73b3d21a459b47b17af7b2aef6db7e57886a609407d36569e9fe3e6ac9a6d98f1483fdb8cac14abfb3144b5cb SHA512 7156958ea4666440161c6d91a7bc988b674b06299aa3acae97cdedbe597353fa38ffcd276934cf7d8080ce560e7265db3ddd90c7a437cc44cc30756640023ed1 diff --git a/dev-R/jsonlite/jsonlite-1.7.2.ebuild b/dev-R/jsonlite/jsonlite-1.7.2.ebuild new file mode 100644 index 0000000000..73feeb6c6f --- /dev/null +++ b/dev-R/jsonlite/jsonlite-1.7.2.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='A Simple and Robust JSON Parser and generator for R' +KEYWORDS="~amd64" +LICENSE='MIT' diff --git a/dev-R/jsonlite/metadata.xml b/dev-R/jsonlite/metadata.xml new file mode 100644 index 0000000000..cf38b846d4 --- /dev/null +++ b/dev-R/jsonlite/metadata.xml @@ -0,0 +1,18 @@ + + + + + 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. + +