aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-SQUAREM
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-04-11 08:48:37 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-04-11 08:48:37 +0000
commit0abca9a4bf66595b933d1413d25b1195ec169e77 (patch)
treefe73a7b5d4d5d6c492dda6f626d490b76e7b9303 /math/R-cran-SQUAREM
parent2da5a5cefd0c4b6283be3f091dfef330074b19a8 (diff)
downloadports-0abca9a4bf66595b933d1413d25b1195ec169e77.tar.gz
ports-0abca9a4bf66595b933d1413d25b1195ec169e77.zip
Notes
Diffstat (limited to 'math/R-cran-SQUAREM')
-rw-r--r--math/R-cran-SQUAREM/Makefile16
-rw-r--r--math/R-cran-SQUAREM/distinfo3
-rw-r--r--math/R-cran-SQUAREM/pkg-descr8
3 files changed, 27 insertions, 0 deletions
diff --git a/math/R-cran-SQUAREM/Makefile b/math/R-cran-SQUAREM/Makefile
new file mode 100644
index 000000000000..462162a3c880
--- /dev/null
+++ b/math/R-cran-SQUAREM/Makefile
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= SQUAREM
+DISTVERSION= 2017.10-1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Squared Extrapolation Methods for Accelerating EM-Like Algorithms
+
+LICENSE= GPLv2+
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-SQUAREM/distinfo b/math/R-cran-SQUAREM/distinfo
new file mode 100644
index 000000000000..c815ef0c459c
--- /dev/null
+++ b/math/R-cran-SQUAREM/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523434320
+SHA256 (SQUAREM_2017.10-1.tar.gz) = 9b89905b436f1cf3faa9e3dabc585a76299e729e85ca659bfddb4b7cba11b283
+SIZE (SQUAREM_2017.10-1.tar.gz) = 245734
diff --git a/math/R-cran-SQUAREM/pkg-descr b/math/R-cran-SQUAREM/pkg-descr
new file mode 100644
index 000000000000..4fe21c322c1e
--- /dev/null
+++ b/math/R-cran-SQUAREM/pkg-descr
@@ -0,0 +1,8 @@
+Algorithms for accelerating the convergence of slow, monotone
+sequences from smooth, contraction mapping such as the EM algorithm.
+It can be used to accelerate any smooth, linearly convergent
+acceleration scheme. A tutorial style introduction to this package
+is available in a vignette on the CRAN download page or, when the
+package is loaded in an R session, with vignette("SQUAREM").
+
+WWW: https://cran.r-project.org/web/packages/SQUAREM/