summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-18 02:47:50 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-18 02:47:50 +0000
commit7f304cff483643ad307e41376b6174584851e663 (patch)
tree3e8ede3ea330b628dbb6451fe137d5fd3ef68257 /science
parent- Add a new port: math/R-cran-spdep (diff)
- Add a new port: science/R-cran-DCluster
A set of functions for the detection of spatial clusters of disease using count data. Bootstrap is used to estimate sampling distributions of statistics. WWW: http://cran.r-project.org/web/packages/DCluster/
Notes
Notes: svn path=/head/; revision=281930
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/R-cran-DCluster/Makefile24
-rw-r--r--science/R-cran-DCluster/distinfo2
-rw-r--r--science/R-cran-DCluster/pkg-descr5
4 files changed, 32 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 38122b32a08f..9c7df9661735 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -7,6 +7,7 @@
SUBDIR += 2dhf
SUBDIR += InsightToolkit
SUBDIR += R-cran-AMORE
+ SUBDIR += R-cran-DCluster
SUBDIR += R-cran-Epi
SUBDIR += R-cran-bayesm
SUBDIR += abinit
diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile
new file mode 100644
index 000000000000..3a64c5e24076
--- /dev/null
+++ b/science/R-cran-DCluster/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-DCluster
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DCluster
+DISTVERSION= 0.2-3
+CATEGORIES= science
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Functions for the detection of spatial clusters of diseases
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/science/R-cran-DCluster/distinfo b/science/R-cran-DCluster/distinfo
new file mode 100644
index 000000000000..91f9bdec61ae
--- /dev/null
+++ b/science/R-cran-DCluster/distinfo
@@ -0,0 +1,2 @@
+SHA256 (DCluster_0.2-3.tar.gz) = 3d1907c81e48820f1e26e4b3b9817a8d34902234eb87174994994340167d4b2c
+SIZE (DCluster_0.2-3.tar.gz) = 30107
diff --git a/science/R-cran-DCluster/pkg-descr b/science/R-cran-DCluster/pkg-descr
new file mode 100644
index 000000000000..1258435ec562
--- /dev/null
+++ b/science/R-cran-DCluster/pkg-descr
@@ -0,0 +1,5 @@
+A set of functions for the detection of spatial clusters of disease
+using count data. Bootstrap is used to estimate sampling distributions
+of statistics.
+
+WWW: http://cran.r-project.org/web/packages/DCluster/