aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2016-04-29 15:04:54 +0800
committertota <tota@FreeBSD.org>2016-04-29 15:04:54 +0800
commite119091c6f0d29fe968360ec8f53a12574ca3982 (patch)
tree5d6f9d42739ec850fa89fd71f57899268c47c97a /math/Makefile
parente56e8977f2b0d0a0c4bebd495653a0355ffbb647 (diff)
downloadfreebsd-ports-gnome-e119091c6f0d29fe968360ec8f53a12574ca3982.tar.gz
freebsd-ports-gnome-e119091c6f0d29fe968360ec8f53a12574ca3982.tar.zst
freebsd-ports-gnome-e119091c6f0d29fe968360ec8f53a12574ca3982.zip
- Add new port: math/R-cran-Rmpfr
Arithmetic (via S4 classes and methods) for arbitrary precision floating point numbers, including transcendental ("special") functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple Precision Floating-Point Reliable) Library which itself is based on the GMP (GNU Multiple Precision) Library. WWW: https://cran.r-project.org/web/packages/Rmpfr/ Submitted by: Jukka A. Ukkonen <jau_AT_iki_DOT_fi> (via private e-mail)
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 bc3bfeb26d17..b344ab91342d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -20,6 +20,7 @@
SUBDIR += R-cran-RSvgDevice
SUBDIR += R-cran-RcppArmadillo
SUBDIR += R-cran-RcppEigen
+ SUBDIR += R-cran-Rmpfr
SUBDIR += R-cran-SparseM
SUBDIR += R-cran-SuppDists
SUBDIR += R-cran-VGAM