- Add new port: math/R-cran-SQUAREM

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/
This commit is contained in:
TAKATSU Tomonari 2018-04-11 08:48:37 +00:00
parent 2da5a5cefd
commit 0abca9a4bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467036
4 changed files with 28 additions and 0 deletions

View file

@ -88,6 +88,7 @@
SUBDIR += R-cran-sp
SUBDIR += R-cran-spData
SUBDIR += R-cran-spdep
SUBDIR += R-cran-SQUAREM
SUBDIR += R-cran-sspir
SUBDIR += R-cran-stabledist
SUBDIR += R-cran-survey

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1523434320
SHA256 (SQUAREM_2017.10-1.tar.gz) = 9b89905b436f1cf3faa9e3dabc585a76299e729e85ca659bfddb4b7cba11b283
SIZE (SQUAREM_2017.10-1.tar.gz) = 245734

View file

@ -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/