Date: Fri, 27 Sep 2013 16:00:34 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328495 - in head/math: . R-cran-sspir Message-ID: <201309271600.r8RG0Y6x092623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Fri Sep 27 16:00:34 2013 New Revision: 328495 URL: http://svnweb.freebsd.org/changeset/ports/328495 Log: A glm-like formula language to define dynamic generalized linear models (state space models). Includes functions for Kalman filtering and smoothing. Estimation of variance matrices can be performed using the EM algorithm in case of Gaussian models. WWW: http://cran.r-project.org/web/packages/sspir/ Added: head/math/R-cran-sspir/ head/math/R-cran-sspir/Makefile (contents, props changed) head/math/R-cran-sspir/distinfo (contents, props changed) head/math/R-cran-sspir/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Sep 27 15:53:09 2013 (r328494) +++ head/math/Makefile Fri Sep 27 16:00:34 2013 (r328495) @@ -39,6 +39,7 @@ SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep + SUBDIR += R-cran-sspir SUBDIR += R-cran-stabledist SUBDIR += R-cran-xts SUBDIR += R-cran-zoo Added: head/math/R-cran-sspir/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-sspir/Makefile Fri Sep 27 16:00:34 2013 (r328495) @@ -0,0 +1,18 @@ +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sspir +PORTVERSION= 0.2.10 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= A glm-like formula to define dynamic generalized linear models + +RUN_DEPENDS= R-cran-mvtnorm>0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \ + R-cran-KFAS>0.9.11_3:${PORTSDIR}/math/R-cran-KFAS + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/math/R-cran-sspir/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-sspir/distinfo Fri Sep 27 16:00:34 2013 (r328495) @@ -0,0 +1,2 @@ +SHA256 (sspir_0.2.10.tar.gz) = 2978733b84d1672b509b81d726777ce6fa1261325144691070d0acb96ac723c4 +SIZE (sspir_0.2.10.tar.gz) = 37869 Added: head/math/R-cran-sspir/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-sspir/pkg-descr Fri Sep 27 16:00:34 2013 (r328495) @@ -0,0 +1,9 @@ +A glm-like formula language to define dynamic generalized +linear models (state space models). + +Includes functions for Kalman filtering and smoothing. + +Estimation of variance matrices can be performed using +the EM algorithm in case of Gaussian models. + +WWW: http://cran.r-project.org/web/packages/sspir/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271600.r8RG0Y6x092623>