You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
967 B
Tcl
27 lines
967 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran christian.hennig prabclus 2.3-4
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Functions for clustering and testing of presence/absence, \
|
|
abundance and multilocus genetic data
|
|
long_description {*}${description}
|
|
checksums rmd160 06abc296367a89219fbc904dec1d9e0e67a85cb7 \
|
|
sha256 cd7623572648a43d22321b8537f8659f1db3d06ed48c3d50079828f023e0ac72 \
|
|
size 190368
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-mclust
|
|
|
|
depends_test-append port:R-bootstrap \
|
|
port:R-mvtnorm \
|
|
port:R-spatialreg \
|
|
port:R-spdep
|
|
|
|
test.run yes
|