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:
parent
2b4e9f97a1
commit
985556cb3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403087
@ -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
17
math/R-cran-MSwM/Makefile
Normal 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>
|
2
math/R-cran-MSwM/distinfo
Normal file
2
math/R-cran-MSwM/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MSwM_1.2.tar.gz) = 0c01fd729a98b9ce142b6188fef6aaff94a3b4f99b28383d64767820541c8206
|
||||
SIZE (MSwM_1.2.tar.gz) = 326398
|
4
math/R-cran-MSwM/pkg-descr
Normal file
4
math/R-cran-MSwM/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Univariate Autoregressive Markov Switching Models for Linear and
|
||||
Generalized Models
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/MSwM/
|
Loading…
Reference in New Issue
Block a user