Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 08:30:46 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301445 - in head/math: . R-cran-dlmodeler
Message-ID:  <201207240830.q6O8Ukmp006614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Jul 24 08:30:46 2012
New Revision: 301445
URL: http://svn.freebsd.org/changeset/ports/301445

Log:
  dlmodeler is a set of user-friendly functions to simplify the state-space
  modelling, fitting, analysis and forecasting of Generalized Dynamic Linear
  Models (DLMs). It includes functions to name and extract individual components
  of a DLM, build classical seasonal time-series models (monthly, quarterly,
  yearly, etc. with calendar adjustments) and provides a unified interface
  compatible with other state-space packages including: dlm, FKF and KFAS.
  
  WWW: http://cran.r-project.org/web/packages/dlmodeler/
  
  PR:		170069
  Submitted by:	Cyrille Szymanski <cnszym@gmail.com>

Added:
  head/math/R-cran-dlmodeler/
  head/math/R-cran-dlmodeler/Makefile   (contents, props changed)
  head/math/R-cran-dlmodeler/distinfo   (contents, props changed)
  head/math/R-cran-dlmodeler/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Jul 24 08:23:46 2012	(r301444)
+++ head/math/Makefile	Tue Jul 24 08:30:46 2012	(r301445)
@@ -15,6 +15,7 @@
     SUBDIR += R-cran-car
     SUBDIR += R-cran-coda
     SUBDIR += R-cran-deldir
+    SUBDIR += R-cran-dlmodeler
     SUBDIR += R-cran-gpclib
     SUBDIR += R-cran-igraph
     SUBDIR += R-cran-inline

Added: head/math/R-cran-dlmodeler/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-dlmodeler/Makefile	Tue Jul 24 08:30:46 2012	(r301445)
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	R-cran-dlmodeler
+# Date created:		2012-07-22
+# Whom:			Cyrille Szymanski <cnszym@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	dlmodeler
+DISTVERSION=	1.2-1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	cnszym@gmail.com
+COMMENT=	Generalized Dynamic Linear Modeler
+
+LICENSE=	GPLv2 GPLv3 BSD
+LICENSE_COMB=	dual
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/math/R-cran-dlmodeler/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-dlmodeler/distinfo	Tue Jul 24 08:30:46 2012	(r301445)
@@ -0,0 +1,2 @@
+SHA256 (dlmodeler_1.2-1.tar.gz) = 4a65344f953025c477c9476712981a93a8a061691043431127eeb79cbc9fbf61
+SIZE (dlmodeler_1.2-1.tar.gz) = 28426

Added: head/math/R-cran-dlmodeler/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-dlmodeler/pkg-descr	Tue Jul 24 08:30:46 2012	(r301445)
@@ -0,0 +1,8 @@
+dlmodeler is a set of user-friendly functions to simplify the state-space
+modelling, fitting, analysis and forecasting of Generalized Dynamic Linear
+Models (DLMs). It includes functions to name and extract individual components
+of a DLM, build classical seasonal time-series models (monthly, quarterly,
+yearly, etc. with calendar adjustments) and provides a unified interface
+compatible with other state-space packages including: dlm, FKF and KFAS.
+
+WWW: http://cran.r-project.org/web/packages/dlmodeler/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207240830.q6O8Ukmp006614>