# withr 2.4.1 - Tests which require `capabilities("cairo")` are now skipped. # withr 2.4.0 - withr is now licensed as MIT (#154). - Tests For `with_cairo_pdf()` and `with_cairo_ps()` have been removed, as they fail if Cairo is not available, such as with M1 macOS systems (#158) - `local_seed()` is now exported (#153)
16 lines
395 B
Makefile
16 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/02/08 12:05:40 mef Exp $
|
|
|
|
R_PKGNAME= withr
|
|
R_PKGVER= 2.4.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Run code 'with' temporarily modified global state
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
TEST_DEPENDS+= R-RSQLite-[0-9]*:../../databases/R-RSQLite
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|