From owner-svn-ports-head@FreeBSD.ORG Tue Jul 24 08:30:47 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 298DA106564A; Tue, 24 Jul 2012 08:30:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4648FC0C; Tue, 24 Jul 2012 08:30:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6O8UkXv006619; Tue, 24 Jul 2012 08:30:46 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6O8Ukmp006614; Tue, 24 Jul 2012 08:30:46 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201207240830.q6O8Ukmp006614@svn.freebsd.org> From: Wen Heping Date: Tue, 24 Jul 2012 08:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301445 - in head/math: . R-cran-dlmodeler X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2012 08:30:47 -0000 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 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 +# +# $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 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/