svn commit: r403087 - in head/math: . R-cran-MSwM

TAKATSU Tomonari tota at FreeBSD.org
Sun Dec 6 04:38:25 UTC 2015


Author: tota
Date: Sun Dec  6 04:38:23 2015
New Revision: 403087
URL: https://svnweb.freebsd.org/changeset/ports/403087

Log:
  - Add new port: math/R-cran-MSwM
  
    Univariate Autoregressive Markov Switching Models for Linear and
    Generalized Models
  
    WWW: https://cran.r-project.org/web/packages/MSwM/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Dec  6 03:32:44 2015	(r403086)
+++ head/math/Makefile	Sun Dec  6 04:38:23 2015	(r403087)
@@ -11,6 +11,7 @@
     SUBDIR += R-cran-KFAS
     SUBDIR += R-cran-LearnBayes
     SUBDIR += R-cran-MCMCpack
+    SUBDIR += R-cran-MSwM
     SUBDIR += R-cran-MatrixModels
     SUBDIR += R-cran-NMF
     SUBDIR += R-cran-RHmm

Added: head/math/R-cran-MSwM/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MSwM/Makefile	Sun Dec  6 04:38:23 2015	(r403087)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	MSwM
+PORTVERSION=	1.2
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Fitting Markov Switching Models
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-MSwM/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MSwM/distinfo	Sun Dec  6 04:38:23 2015	(r403087)
@@ -0,0 +1,2 @@
+SHA256 (MSwM_1.2.tar.gz) = 0c01fd729a98b9ce142b6188fef6aaff94a3b4f99b28383d64767820541c8206
+SIZE (MSwM_1.2.tar.gz) = 326398

Added: head/math/R-cran-MSwM/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MSwM/pkg-descr	Sun Dec  6 04:38:23 2015	(r403087)
@@ -0,0 +1,4 @@
+Univariate Autoregressive Markov Switching Models for Linear and
+Generalized Models
+
+WWW: https://cran.r-project.org/web/packages/MSwM/


More information about the svn-ports-head mailing list