diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-01-17 07:57:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-01-17 07:57:07 +0000 |
commit | 57f67727fed9a03a86eacb14360e6c0b9e82f7d4 (patch) | |
tree | 41f144c4c202bf5161c84fbe8705fe7fef130d90 | |
parent | fee0adfe2ac2d0871bd382d8f4162a211a3f878b (diff) |
Notes
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-coda/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-coda/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-coda/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c93b90709078..076c0f612722 100644 --- a/math/Makefile +++ b/math/Makefile @@ -9,6 +9,7 @@ SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-Zelig SUBDIR += R-cran-car + SUBDIR += R-cran-coda SUBDIR += R-cran-gpclib SUBDIR += R-cran-igraph SUBDIR += R-cran-inline diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile new file mode 100644 index 000000000000..90820a90be21 --- /dev/null +++ b/math/R-cran-coda/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: math/R-cran-coda +# Date created: Jan 17, 2010 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= coda +PORTVERSION= 0.14 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${PORTVERSION}-2 + +MAINTAINER= wen@FreeBSD.org +COMMENT= Output analysis and diagnostics for MCMC + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-coda/distinfo b/math/R-cran-coda/distinfo new file mode 100644 index 000000000000..b17f4630aabc --- /dev/null +++ b/math/R-cran-coda/distinfo @@ -0,0 +1,2 @@ +SHA256 (coda_0.14-2.tar.gz) = 7a7ca6037f5f4d1e7d475942127aff507f4ef101052321e2896d1d73197dd206 +SIZE (coda_0.14-2.tar.gz) = 72255 diff --git a/math/R-cran-coda/pkg-descr b/math/R-cran-coda/pkg-descr new file mode 100644 index 000000000000..73b0208b0aef --- /dev/null +++ b/math/R-cran-coda/pkg-descr @@ -0,0 +1,4 @@ +R-cran-coda is a R module for output analysis and diagnostics for +Markov Chain Monte Carlo simulations. + +WWW: http://cran.case.edu/web/packages/coda/index.html |