aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-MSwM
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-12-06 04:38:23 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-12-06 04:38:23 +0000
commit985556cb3ba7301658008d46c788cc12f52e5e97 (patch)
tree8de38a1b972dff82387db28df43ff8fd352412e0 /math/R-cran-MSwM
parent2b4e9f97a1c7e7f937442d8e920bd16d194b3afa (diff)
downloadports-985556cb3ba7301658008d46c788cc12f52e5e97.tar.gz
ports-985556cb3ba7301658008d46c788cc12f52e5e97.zip
- 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/
Notes
Notes: svn path=/head/; revision=403087
Diffstat (limited to 'math/R-cran-MSwM')
-rw-r--r--math/R-cran-MSwM/Makefile17
-rw-r--r--math/R-cran-MSwM/distinfo2
-rw-r--r--math/R-cran-MSwM/pkg-descr4
3 files changed, 23 insertions, 0 deletions
diff --git a/math/R-cran-MSwM/Makefile b/math/R-cran-MSwM/Makefile
new file mode 100644
index 000000000000..74c7390341db
--- /dev/null
+++ b/math/R-cran-MSwM/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= MSwM
+PORTVERSION= 1.2
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Fitting Markov Switching Models
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-MSwM/distinfo b/math/R-cran-MSwM/distinfo
new file mode 100644
index 000000000000..96c9ea182b12
--- /dev/null
+++ b/math/R-cran-MSwM/distinfo
@@ -0,0 +1,2 @@
+SHA256 (MSwM_1.2.tar.gz) = 0c01fd729a98b9ce142b6188fef6aaff94a3b4f99b28383d64767820541c8206
+SIZE (MSwM_1.2.tar.gz) = 326398
diff --git a/math/R-cran-MSwM/pkg-descr b/math/R-cran-MSwM/pkg-descr
new file mode 100644
index 000000000000..1523bd58cd5c
--- /dev/null
+++ b/math/R-cran-MSwM/pkg-descr
@@ -0,0 +1,4 @@
+Univariate Autoregressive Markov Switching Models for Linear and
+Generalized Models
+
+WWW: https://cran.r-project.org/web/packages/MSwM/