pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-jsonlite Update to 1.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/41e02887cd65
branches: trunk
changeset: 390911:41e02887cd65
user: wen <wen%pkgsrc.org@localhost>
date: Sun Jan 27 15:04:51 2019 +0000
description:
Update to 1.6
Upstream changes:
1.6
- Add parse_json() wrapper that does not guess if a string is actually a file/url
- Fix a few rchk warnings (mostly false positives)
- Add asJSON method for hms
- Do not require is.vector() for unbox to support values with attributes e.g. factor or tzone
- write_json now suppresses recoding of strings on windows, fixes #226
- Hide internal libyajl symbols from shlib
- Remove C calls R connection API which are no longer allowed on CRAN. This may
lead to about 5% performance decrease for parsing from connections.
- Remove depreacted rbind.pages function
diffstat:
textproc/R-jsonlite/Makefile | 4 ++--
textproc/R-jsonlite/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r 0da66f9321ab -r 41e02887cd65 textproc/R-jsonlite/Makefile
--- a/textproc/R-jsonlite/Makefile Sun Jan 27 15:00:23 2019 +0000
+++ b/textproc/R-jsonlite/Makefile Sun Jan 27 15:04:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:52 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/27 15:04:51 wen Exp $
CATEGORIES= textproc
@@ -8,7 +8,7 @@
LICENSE= mit
R_PKGNAME= jsonlite
-R_PKGVER= 1.5
+R_PKGVER= 1.6
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff -r 0da66f9321ab -r 41e02887cd65 textproc/R-jsonlite/distinfo
--- a/textproc/R-jsonlite/distinfo Sun Jan 27 15:00:23 2019 +0000
+++ b/textproc/R-jsonlite/distinfo Sun Jan 27 15:04:51 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/02/08 17:35:23 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/01/27 15:04:51 wen 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
+SHA1 (R/jsonlite_1.6.tar.gz) = 2bd88defd4e5f09b3487bcce58085aace6d418f2
+RMD160 (R/jsonlite_1.6.tar.gz) = 9a75492c8a63f1a4f62d2b4eccfd169f7b4bc059
+SHA512 (R/jsonlite_1.6.tar.gz) = 2a712c5626438e5aa26cc9df8e051afa859588875e209794d4bf74d9f42e3d7ec871b6acaa95df73313078cbdf8ac2c2166eb22482987e985536d7cccd3a1c89
+Size (R/jsonlite_1.6.tar.gz) = 1052728 bytes
Home |
Main Index |
Thread Index |
Old Index