summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 13:11:28 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 13:11:28 +0000
commitafe857f0f032fd79e27a0762866b6bef96376105 (patch)
tree59dab920dd5a9bd60278e290a4e17f71de9c0ae4 /math/Makefile
parent2ca074e4e277bf144ec58dd4e02fad034e0629d8 (diff)
downloadpkgsrc-afe857f0f032fd79e27a0762866b6bef96376105.tar.gz
R-backports: initial commit.
Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 1b0cb27f16e..c6a5c439be1 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.413 2019/07/31 13:09:36 brook Exp $
+# $NetBSD: Makefile,v 1.414 2019/07/31 13:11:28 brook Exp $
COMMENT= Mathematics
@@ -31,6 +31,7 @@ SUBDIR+= R-abind
SUBDIR+= R-acepack
SUBDIR+= R-akima
SUBDIR+= R-aplpack
+SUBDIR+= R-backports
SUBDIR+= R-bbmle
SUBDIR+= R-bitops
SUBDIR+= R-car