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.7....
details: https://anonhg.NetBSD.org/pkgsrc/rev/378fb2428621
branches: trunk
changeset: 377568:378fb2428621
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 23 02:15:38 2022 +0000
description:
(textproc/R-jsonlite) Updated 1.7.1 to 1.8.0
1.8.0
- Remove all calls to setOldClass() for R >= 4.0 (#378)
1.7.3
- Fix memory bug in toJSON(pretty=TRUE) for 0-length vectors (#366)
- Ported rbind_pages() to use vctrs::vec_rbind (#352)
- Fix error serializing S4 class extending SEXPTYPE for certain types (#364)
- Fix citibike example in API vignette
1.7.2
- Special case 'blob' vctrs to prevent boxing of base64 output strings
- Fix a unit test for new stricter all.equal() for environments in base-R
diffstat:
textproc/R-jsonlite/Makefile | 8 ++++++--
textproc/R-jsonlite/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 9819057af3f0 -r 378fb2428621 textproc/R-jsonlite/Makefile
--- a/textproc/R-jsonlite/Makefile Sat Apr 23 02:07:11 2022 +0000
+++ b/textproc/R-jsonlite/Makefile Sat Apr 23 02:15:38 2022 +0000
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2020/09/20 09:55:09 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/23 02:15:38 mef Exp $
R_PKGNAME= jsonlite
-R_PKGVER= 1.7.1
+R_PKGVER= 1.8.0
CATEGORIES= textproc
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Robust, high performance JSON parser and generator for R
LICENSE= mit
+# Package suggested but not available: 'R.rsp'
TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
USE_LANGUAGES= c
diff -r 9819057af3f0 -r 378fb2428621 textproc/R-jsonlite/distinfo
--- a/textproc/R-jsonlite/distinfo Sat Apr 23 02:07:11 2022 +0000
+++ b/textproc/R-jsonlite/distinfo Sat Apr 23 02:15:38 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:21:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/23 02:15:38 mef Exp $
-BLAKE2s (R/jsonlite_1.7.1.tar.gz) = 278e2d57f75a5073b49cd03085b81b1faebe3f0b712e9b196e9ccb9de8fdeaeb
-SHA512 (R/jsonlite_1.7.1.tar.gz) = 7520f8f573fb2ed94b0e57a60ec26353decf99592f7fe8e699e006fca6cab63fed06ed24207f45fa163541d7b5a878fa82318ca52b0b99d9db8cb2c2ea4ee3a9
-Size (R/jsonlite_1.7.1.tar.gz) = 1057786 bytes
+BLAKE2s (R/jsonlite_1.8.0.tar.gz) = 17160112678e6fa0aa38b37b4377995afd76464caa11169b46f280ec60c88e0a
+SHA512 (R/jsonlite_1.8.0.tar.gz) = ecaab90e2f7bf5f21d358cfaa3df96987a4f7bd7a2cd648e967d0a4a476d261c9fc848abdf60a13b2ea4a5c612b135bb686faf22aa94d8388e3fe7090bd8ec0e
+Size (R/jsonlite_1.8.0.tar.gz) = 1051625 bytes
Home |
Main Index |
Thread Index |
Old Index