summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-07-24 08:30:46 +0000
committerWen Heping <wen@FreeBSD.org>2012-07-24 08:30:46 +0000
commit9ea4e9010a93d0e83a4a81ab4fe1493e559ef6b1 (patch)
treed49fd2eba2b3c7e6017f71b8375b48500d2eb336 /math
parentUpdate to 1.86 (diff)
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>
Notes
Notes: svn path=/head/; revision=301445
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-dlmodeler/Makefile22
-rw-r--r--math/R-cran-dlmodeler/distinfo2
-rw-r--r--math/R-cran-dlmodeler/pkg-descr8
4 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index d505773a0972..46758dbc3b45 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/R-cran-dlmodeler/Makefile b/math/R-cran-dlmodeler/Makefile
new file mode 100644
index 000000000000..7516b64c00aa
--- /dev/null
+++ b/math/R-cran-dlmodeler/Makefile
@@ -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>
diff --git a/math/R-cran-dlmodeler/distinfo b/math/R-cran-dlmodeler/distinfo
new file mode 100644
index 000000000000..7d9b604cdb8b
--- /dev/null
+++ b/math/R-cran-dlmodeler/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dlmodeler_1.2-1.tar.gz) = 4a65344f953025c477c9476712981a93a8a061691043431127eeb79cbc9fbf61
+SIZE (dlmodeler_1.2-1.tar.gz) = 28426
diff --git a/math/R-cran-dlmodeler/pkg-descr b/math/R-cran-dlmodeler/pkg-descr
new file mode 100644
index 000000000000..6cb36eacd523
--- /dev/null
+++ b/math/R-cran-dlmodeler/pkg-descr
@@ -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/