aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-09-28 07:33:03 +0000
committerWen Heping <wen@FreeBSD.org>2011-09-28 07:33:03 +0000
commit97bc628e9d71571f66ff27eacd26234dbec0aa84 (patch)
tree83deda613e80edc4d0d103da322437a6307321fd
parentb9e0bb5232a1e6dbaf8f3d84090535916df40dce (diff)
downloadports-97bc628e9d71571f66ff27eacd26234dbec0aa84.tar.gz
ports-97bc628e9d71571f66ff27eacd26234dbec0aa84.zip
Notes
-rw-r--r--science/Makefile1
-rw-r--r--science/R-cran-eco/Makefile20
-rw-r--r--science/R-cran-eco/distinfo2
-rw-r--r--science/R-cran-eco/pkg-descr6
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 9c7df9661735..bfe903c4db82 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -10,6 +10,7 @@
SUBDIR += R-cran-DCluster
SUBDIR += R-cran-Epi
SUBDIR += R-cran-bayesm
+ SUBDIR += R-cran-eco
SUBDIR += abinit
SUBDIR += afni
SUBDIR += at
diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile
new file mode 100644
index 000000000000..c58471b8241b
--- /dev/null
+++ b/science/R-cran-eco/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: R-cran-eco
+# Date created: Sep 28, 2011
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= eco
+PORTVERSION= 3.1.5
+CATEGORIES= science
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= R Package for Ecological Inference in 2x2 Tables
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/science/R-cran-eco/distinfo b/science/R-cran-eco/distinfo
new file mode 100644
index 000000000000..d52085faa098
--- /dev/null
+++ b/science/R-cran-eco/distinfo
@@ -0,0 +1,2 @@
+SHA256 (eco_3.1-5.tar.gz) = f26c5fb1e2888d6e9b4deaa903ebb9bd470833f1b8e5d27949169ecf52a4b2cd
+SIZE (eco_3.1-5.tar.gz) = 151232
diff --git a/science/R-cran-eco/pkg-descr b/science/R-cran-eco/pkg-descr
new file mode 100644
index 000000000000..bd0f64afacb3
--- /dev/null
+++ b/science/R-cran-eco/pkg-descr
@@ -0,0 +1,6 @@
+eco is a publicly available R package that implements the Bayesian
+and likelihood methods proposed in Imai, Lu, and Strauss (2008) for
+ecological inference in $2 \times 2$ tables as well as the method
+of bounds introduced by Duncan and Davis (1953).
+
+WWW: http://imai.princeton.edu/software/eco.html