summaryrefslogtreecommitdiff
path: root/dev-R/jsonlite
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/jsonlite
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-R/jsonlite')
-rw-r--r--dev-R/jsonlite/Manifest1
-rw-r--r--dev-R/jsonlite/jsonlite-1.8.0.ebuild23
-rw-r--r--dev-R/jsonlite/metadata.xml33
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-R/jsonlite/Manifest b/dev-R/jsonlite/Manifest
new file mode 100644
index 000000000000..5c47dfc7fd7e
--- /dev/null
+++ b/dev-R/jsonlite/Manifest
@@ -0,0 +1 @@
+DIST jsonlite_1.8.0.tar.gz 1051625 BLAKE2B 70b3ff9fdc4f023f2394c03764c44795860236a5bd60f3e38016b198f0e70fd5252f841b868315a3c68eb6c7c6a9bfc4efea1c7e0a04c98ee7b1a99f047cbe16 SHA512 ecaab90e2f7bf5f21d358cfaa3df96987a4f7bd7a2cd648e967d0a4a476d261c9fc848abdf60a13b2ea4a5c612b135bb686faf22aa94d8388e3fe7090bd8ec0e
diff --git a/dev-R/jsonlite/jsonlite-1.8.0.ebuild b/dev-R/jsonlite/jsonlite-1.8.0.ebuild
new file mode 100644
index 000000000000..6d7a019ff743
--- /dev/null
+++ b/dev-R/jsonlite/jsonlite-1.8.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 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'
+
+#unbundling status: https://github.com/jeroen/jsonlite/issues/201
+
+SUGGESTED_PACKAGES="
+ dev-R/httr
+ dev-R/curl
+ dev-R/vctrs
+ dev-R/testthat
+ dev-R/knitr
+ dev-R/rmarkdown
+ dev-R/R-rsp
+ dev-R/sf
+"
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>