8532febb44
Upstream changes: backports 1.4.1 Patched ...names() to match the new implementation in r-devel (svn rev 81283). backports 1.4.0 Added paste() with support for argument recycle0 for R versions prior to 4.0.1. Added paste0() with support for argument recycle0 for R versions prior to 4.0.1. Added backport for ...names() for R versions prior to 4.1.0. backports 1.3.0 Added backport for stopifnot() for R versions prior to 4.0.0. Adapted list2DF() to new behaviour introduced in r81038: the inputs are not recycled anymore to common length. Instead, an error is thrown.
13 lines
323 B
Makefile
13 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/05/29 00:15:51 wen Exp $
|
|
|
|
R_PKGNAME= backports
|
|
R_PKGVER= 1.4.1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Reimplementations of functions introduced since R-3.0.0
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|