mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 KiB
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 spatstat spatstat.explore 3.3-3
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Exploratory data analysis
|
|
long_description {*}${description} for the R-spatstat family.
|
|
homepage https://github.com/spatstat/${R.package}
|
|
checksums rmd160 c7a70f388256f889063323dff53c28d7c3783530 \
|
|
sha256 ce3b9b7f41eedfe5b8c419fb8a8b00af35d2387b8386335ac0f639f4020d3d3a \
|
|
size 668106
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-goftest \
|
|
port:R-spatstat.data \
|
|
port:R-spatstat.geom \
|
|
port:R-spatstat.random \
|
|
port:R-spatstat.sparse \
|
|
port:R-spatstat.univar \
|
|
port:R-spatstat.utils
|
|
|
|
depends_test-append port:R-fftwtools \
|
|
port:R-gsl \
|
|
port:R-locfit \
|
|
port:R-sm \
|
|
port:R-spatstat \
|
|
port:R-spatstat.linnet \
|
|
port:R-spatstat.model
|
|
|
|
test.run yes
|