1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- 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/
This commit is contained in:
TAKATSU Tomonari 2015-12-06 04:38:23 +00:00
parent 2b4e9f97a1
commit 985556cb3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403087
4 changed files with 24 additions and 0 deletions

View File

@ -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

17
math/R-cran-MSwM/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (MSwM_1.2.tar.gz) = 0c01fd729a98b9ce142b6188fef6aaff94a3b4f99b28383d64767820541c8206
SIZE (MSwM_1.2.tar.gz) = 326398

View File

@ -0,0 +1,4 @@
Univariate Autoregressive Markov Switching Models for Linear and
Generalized Models
WWW: https://cran.r-project.org/web/packages/MSwM/