mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Add new port: science/R-cran-etm
Matrix of transition probabilities for any time-inhomogeneous multistate model with finite state space WWW: https://cran.r-project.org/web/packages/etm/
This commit is contained in:
parent
5a03852267
commit
c9695fe91d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401034
@ -13,6 +13,7 @@
|
||||
SUBDIR += R-cran-e1071
|
||||
SUBDIR += R-cran-eco
|
||||
SUBDIR += R-cran-epicalc
|
||||
SUBDIR += R-cran-etm
|
||||
SUBDIR += R-cran-snow
|
||||
SUBDIR += R-cran-som
|
||||
SUBDIR += afni
|
||||
|
17
science/R-cran-etm/Makefile
Normal file
17
science/R-cran-etm/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= etm
|
||||
DISTVERSION= 0.6-2
|
||||
CATEGORIES= science
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Empirical Transition Matrix
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/R-cran-etm/distinfo
Normal file
2
science/R-cran-etm/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (etm_0.6-2.tar.gz) = 05010aadc957907214d4a56c35e08e9f493cf384ba369558cf730950a0a9ba69
|
||||
SIZE (etm_0.6-2.tar.gz) = 242123
|
4
science/R-cran-etm/pkg-descr
Normal file
4
science/R-cran-etm/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Matrix of transition probabilities for any time-inhomogeneous
|
||||
multistate model with finite state space
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/etm/
|
Loading…
Reference in New Issue
Block a user