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) Updated 1.6....
details: https://anonhg.NetBSD.org/pkgsrc/rev/1964bfa79323
branches: trunk
changeset: 439527:1964bfa79323
user: mef <mef%pkgsrc.org@localhost>
date: Sun Sep 20 09:55:09 2020 +0000
description:
(textproc/R-jsonlite) Updated 1.6.0 to 1.7.1
1.7.1
- Always rename the 'sf_column' column to 'geometry' in toJSON(sf = 'geojson') because
that is what the spec says.
- Add asJSON method for ITime.
- Fix toJSON() for encoding strings in multibyte locale on Windows
- serializeJSON() now supports S4 "pseudo-null" (i.e. empty slots)
1.7.0
- Add support for 'sf' classes in toJSON() conform GeoJSON spec.
- Fix a unit test due to a change in rgdal
1.6.1
- Fix bug in C_collapse_array_pretty_inner declarationdetected by CRAN LTO
- Better handing of NA in timestamps with POSIXt = 'mongo'
- The 'raw' parameter in toJSON gains options 'int' and 'js'
diffstat:
textproc/R-jsonlite/Makefile | 6 ++++--
textproc/R-jsonlite/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 1ad5b34dc1c2 -r 1964bfa79323 textproc/R-jsonlite/Makefile
--- a/textproc/R-jsonlite/Makefile Sun Sep 20 09:38:21 2020 +0000
+++ b/textproc/R-jsonlite/Makefile Sun Sep 20 09:55:09 2020 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:57 brook Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/20 09:55:09 mef Exp $
R_PKGNAME= jsonlite
-R_PKGVER= 1.6
+R_PKGVER= 1.7.1
CATEGORIES= textproc
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Robust, high performance JSON parser and generator for R
LICENSE= mit
+TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
diff -r 1ad5b34dc1c2 -r 1964bfa79323 textproc/R-jsonlite/distinfo
--- a/textproc/R-jsonlite/distinfo Sun Sep 20 09:38:21 2020 +0000
+++ b/textproc/R-jsonlite/distinfo Sun Sep 20 09:55:09 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/01/27 15:04:51 wen Exp $
+$NetBSD: distinfo,v 1.3 2020/09/20 09:55:09 mef Exp $
-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
+SHA1 (R/jsonlite_1.7.1.tar.gz) = b4789bf4c075d62d8800d0588937094a3a7a380b
+RMD160 (R/jsonlite_1.7.1.tar.gz) = 352a573f97b545d476f1a0a9b4b6f761f7bbdd9b
+SHA512 (R/jsonlite_1.7.1.tar.gz) = 7520f8f573fb2ed94b0e57a60ec26353decf99592f7fe8e699e006fca6cab63fed06ed24207f45fa163541d7b5a878fa82318ca52b0b99d9db8cb2c2ea4ee3a9
+Size (R/jsonlite_1.7.1.tar.gz) = 1057786 bytes
Home |
Main Index |
Thread Index |
Old Index