diff options
author | tota <tota@FreeBSD.org> | 2011-09-18 10:47:50 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-18 10:47:50 +0800 |
commit | 0e688f06b22a965e08be0df87019cb86c93f508e (patch) | |
tree | d77b491cf3e3932ee09349eabc303510c42a39e4 | |
parent | 68a71aedcac37874cc9f228a443d803ac8eab0f7 (diff) | |
download | freebsd-ports-gnome-0e688f06b22a965e08be0df87019cb86c93f508e.tar.gz freebsd-ports-gnome-0e688f06b22a965e08be0df87019cb86c93f508e.tar.zst freebsd-ports-gnome-0e688f06b22a965e08be0df87019cb86c93f508e.zip |
- 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/
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-DCluster/Makefile | 24 | ||||
-rw-r--r-- | science/R-cran-DCluster/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-DCluster/pkg-descr | 5 |
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/ |