diff options
author | wen <wen@pkgsrc.org> | 2019-01-27 15:04:51 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-01-27 15:04:51 +0000 |
commit | 1513b10c75467ab5753e50e485c3b2836b585f4b (patch) | |
tree | c2955198b213635a3ff060581723ea8e4a26ee72 /textproc | |
parent | bc40336cd77a33bb633dd5340bac7db5f594d879 (diff) | |
download | pkgsrc-1513b10c75467ab5753e50e485c3b2836b585f4b.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/R-jsonlite/Makefile | 4 | ||||
-rw-r--r-- | textproc/R-jsonlite/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/R-jsonlite/Makefile b/textproc/R-jsonlite/Makefile index 65e9e9ea7be..7ecbc96240a 100644 --- a/textproc/R-jsonlite/Makefile +++ b/textproc/R-jsonlite/Makefile @@ -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 @@ COMMENT= Robust, high performance JSON parser and generator LICENSE= mit R_PKGNAME= jsonlite -R_PKGVER= 1.5 +R_PKGVER= 1.6 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-jsonlite/distinfo b/textproc/R-jsonlite/distinfo index 8b418cd6072..055b9d70689 100644 --- a/textproc/R-jsonlite/distinfo +++ b/textproc/R-jsonlite/distinfo @@ -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 |