pkgsrc/textproc/R-jsonlite/Makefile
mef c9651b69ab (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
2022-04-23 02:15:38 +00:00

20 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/04/23 02:15:38 mef Exp $
R_PKGNAME= jsonlite
R_PKGVER= 1.8.0
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
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
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"