From owner-svn-ports-head@freebsd.org Wed Apr 11 08:48:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00EE3FA4E0C; Wed, 11 Apr 2018 08:48:39 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3ED7C7F7; Wed, 11 Apr 2018 08:48:38 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E18F19F04; Wed, 11 Apr 2018 08:48:38 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3B8mcEo054574; Wed, 11 Apr 2018 08:48:38 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3B8mcGx054570; Wed, 11 Apr 2018 08:48:38 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201804110848.w3B8mcGx054570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 11 Apr 2018 08:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467036 - in head/math: . R-cran-SQUAREM X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-SQUAREM X-SVN-Commit-Revision: 467036 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 08:48:39 -0000 Author: tota Date: Wed Apr 11 08:48:37 2018 New Revision: 467036 URL: https://svnweb.freebsd.org/changeset/ports/467036 Log: - 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/ Added: head/math/R-cran-SQUAREM/ head/math/R-cran-SQUAREM/Makefile (contents, props changed) head/math/R-cran-SQUAREM/distinfo (contents, props changed) head/math/R-cran-SQUAREM/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Apr 11 08:33:36 2018 (r467035) +++ head/math/Makefile Wed Apr 11 08:48:37 2018 (r467036) @@ -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 Added: head/math/R-cran-SQUAREM/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-SQUAREM/Makefile Wed Apr 11 08:48:37 2018 (r467036) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $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 Added: head/math/R-cran-SQUAREM/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-SQUAREM/distinfo Wed Apr 11 08:48:37 2018 (r467036) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523434320 +SHA256 (SQUAREM_2017.10-1.tar.gz) = 9b89905b436f1cf3faa9e3dabc585a76299e729e85ca659bfddb4b7cba11b283 +SIZE (SQUAREM_2017.10-1.tar.gz) = 245734 Added: head/math/R-cran-SQUAREM/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-SQUAREM/pkg-descr Wed Apr 11 08:48:37 2018 (r467036) @@ -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/