1
0
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:
TAKATSU Tomonari 2015-11-08 06:15:14 +00:00
parent 5a03852267
commit c9695fe91d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401034
4 changed files with 24 additions and 0 deletions

View File

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

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

View File

@ -0,0 +1,2 @@
SHA256 (etm_0.6-2.tar.gz) = 05010aadc957907214d4a56c35e08e9f493cf384ba369558cf730950a0a9ba69
SIZE (etm_0.6-2.tar.gz) = 242123

View 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/