Bug 170069 - New port: math/R-cran-dlmodeler
Summary: New port: math/R-cran-dlmodeler
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-22 18:40 UTC by Cyrille Szymanski
Modified: 2012-07-24 09:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.93 KB, text/plain)
2012-07-22 18:40 UTC, Cyrille Szymanski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Szymanski 2012-07-22 18:40:07 UTC
dlmodeler: Generalized Dynamic Linear Modeler

Package 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.

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2012-07-23 12:12:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-24 09:31:01 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2012-07-24 09:32:29 UTC
State Changed
From-To: open->closed

New port added. Thanks!