You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
20 lines
719 B
Tcl
20 lines
719 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran syunhong seg 0.5-7
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Measure spatial segregation
|
|
long_description {*}${description}
|
|
checksums rmd160 82b15c347b6fbfae34f61d7944e7f3c3db01a6a6 \
|
|
sha256 fdeb5f3db55898923927adcbd61b62f07b2dee1951e2e92996c3f9bf4ba1b098 \
|
|
size 29007
|
|
|
|
depends_lib-append port:R-sp \
|
|
port:R-splancs
|