Date: Fri, 3 Jan 2020 00:56:48 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521892 - in head/math: . R-cran-alabama Message-ID: <202001030056.0030umrE001847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske (src committer) Date: Fri Jan 3 00:56:48 2020 New Revision: 521892 URL: https://svnweb.freebsd.org/changeset/ports/521892 Log: [New Port] math/R-cran-alabama: Constrained Nonlinear Optimization Augmented Lagrangian Adaptive Barrier Minimization Algorithm (ALABAMA) for optimizing smooth nonlinear objective functions in R with constraints. WWW: https://cran.r-project.org/web/packages/alabama/ Reviewed by: mat, imp (previous revision) Differential Revision: https://reviews.freebsd.org/D22675 Added: head/math/R-cran-alabama/ head/math/R-cran-alabama/Makefile (contents, props changed) head/math/R-cran-alabama/distinfo (contents, props changed) head/math/R-cran-alabama/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Jan 3 00:19:58 2020 (r521891) +++ head/math/Makefile Fri Jan 3 00:56:48 2020 (r521892) @@ -37,6 +37,7 @@ SUBDIR += R-cran-VGAM SUBDIR += R-cran-Zelig SUBDIR += R-cran-acepack + SUBDIR += R-cran-alabama SUBDIR += R-cran-assertthat SUBDIR += R-cran-backports SUBDIR += R-cran-bdsmatrix Added: head/math/R-cran-alabama/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-alabama/Makefile Fri Jan 3 00:56:48 2020 (r521892) @@ -0,0 +1,20 @@ +# Created by: Devin Teske <dteske@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= alabama +DISTVERSION= 2015.3-1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= Constrained Nonlinear Optimization + +LICENSE= GPLv2+ + +CRAN_DEPENDS= R-cran-numDeriv>0:math/R-cran-numDeriv +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/math/R-cran-alabama/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-alabama/distinfo Fri Jan 3 00:56:48 2020 (r521892) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575362473 +SHA256 (alabama_2015.3-1.tar.gz) = 6600fcf4842488950e196d3f5a8fc4d69e8271b36292ce67ac3ab697449a8f56 +SIZE (alabama_2015.3-1.tar.gz) = 10649 Added: head/math/R-cran-alabama/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-alabama/pkg-descr Fri Jan 3 00:56:48 2020 (r521892) @@ -0,0 +1,4 @@ +Augmented Lagrangian Adaptive Barrier Minimization Algorithm (ALABAMA) for +optimizing smooth nonlinear objective functions in R with constraints. + +WWW: https://cran.r-project.org/web/packages/alabama/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001030056.0030umrE001847>