aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-12-17 06:52:40 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-12-17 06:52:40 +0000
commit8bbbe2412d292124224ba9ecc61580e7a746c349 (patch)
treee2303335bb4469ea1bf03996d7bc0160b0624567 /math/Makefile
parent38f2075909f3112fca18701ada0209920983d5e3 (diff)
downloadports-8bbbe2412d292124224ba9ecc61580e7a746c349.tar.gz
ports-8bbbe2412d292124224ba9ecc61580e7a746c349.zip
- Add new port: math/R-cran-backports
Implementations of functions which have been introduced in R since version 3.0.0. The backports are conditionally exported which results in R resolving the function names to the version shipped with R (if available) and uses the implemented backports as fallback. This way package developers can make use of the new functions without worrying about the minimum required R version. WWW: https://cran.r-project.org/web/packages/backports/
Notes
Notes: svn path=/head/; revision=428705
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index cb511530fc49..df6fd0a12c7a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -26,6 +26,7 @@
SUBDIR += R-cran-VGAM
SUBDIR += R-cran-Zelig
SUBDIR += R-cran-assertthat
+ SUBDIR += R-cran-backports
SUBDIR += R-cran-bdsmatrix
SUBDIR += R-cran-car
SUBDIR += R-cran-coda