pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-jsonlite textproc/R-jsonlite: Import versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0c1dc5e767a
branches:  trunk
changeset: 375325:d0c1dc5e767a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 08 17:35:23 2018 +0000

description:
textproc/R-jsonlite: Import version 1.5

A fast JSON parser and generator optimized for statistical data and
the web. Started out as a fork of 'RJSONIO', but has been completely
rewritten in recent versions. The package offers flexible, robust,
high performance 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.

diffstat:

 textproc/R-jsonlite/DESCR    |  11 +++++++++++
 textproc/R-jsonlite/Makefile |  15 +++++++++++++++
 textproc/R-jsonlite/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 6e9b3edf2f5c -r d0c1dc5e767a textproc/R-jsonlite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-jsonlite/DESCR Thu Feb 08 17:35:23 2018 +0000
@@ -0,0 +1,11 @@
+A fast JSON parser and generator optimized for statistical data and
+the web. Started out as a fork of 'RJSONIO', but has been completely
+rewritten in recent versions. The package offers flexible, robust,
+high performance 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.
diff -r 6e9b3edf2f5c -r d0c1dc5e767a textproc/R-jsonlite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-jsonlite/Makefile      Thu Feb 08 17:35:23 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/02/08 17:35:23 minskim Exp $
+
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/jsonlite/
+COMMENT=       Robust, high performance JSON parser and generator
+LICENSE=       mit
+
+R_PKGNAME=     jsonlite
+R_PKGVER=      1.5
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6e9b3edf2f5c -r d0c1dc5e767a textproc/R-jsonlite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-jsonlite/distinfo      Thu Feb 08 17:35:23 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/08 17:35:23 minskim Exp $
+
+SHA1 (R/jsonlite_1.5.tar.gz) = 79ba0df8da5e9867e1854fe47254904b65f7ef68
+RMD160 (R/jsonlite_1.5.tar.gz) = 1347d353629f4db64d24d4e926aeb9311a70ba87
+SHA512 (R/jsonlite_1.5.tar.gz) = c22dc23b319c0e9acdf857a6ae8750a4b77d5a663df8540fb4550900e700cfca47031267277b01dd7da695387c4d6184f1332a1e124e6137a2ca2c020351d4b0
+Size (R/jsonlite_1.5.tar.gz) = 1096810 bytes



Home | Main Index | Thread Index | Old Index