diff options
author | wen <wen@FreeBSD.org> | 2011-01-17 15:57:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-17 15:57:07 +0800 |
commit | 0c4658c5d1a02f679a12cf351041c269fa61e70f (patch) | |
tree | acfead7d4c11add4f753a54b397bf72de94ea2e0 /math | |
parent | 37a0e26095568e737234f53c1aa9ab68699423c2 (diff) | |
download | freebsd-ports-gnome-0c4658c5d1a02f679a12cf351041c269fa61e70f.tar.gz freebsd-ports-gnome-0c4658c5d1a02f679a12cf351041c269fa61e70f.tar.zst freebsd-ports-gnome-0c4658c5d1a02f679a12cf351041c269fa61e70f.zip |
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
Feature safe: yes
Diffstat (limited to 'math')
-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 |