mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
942 B
Tcl
28 lines
942 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 is archaic.
|
|
R.setup cran Nowosad spData 2.3.3
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license CC
|
|
description Datasets for spatial analysis
|
|
long_description {*}${description}
|
|
homepage https://jakubnowosad.com/spData
|
|
checksums rmd160 f38c6010b603e0f1c4dc807055673db8182ff616 \
|
|
sha256 c093b9ebc631954d504af96268041e171ba8e156f9d06307a0905838009e39e0 \
|
|
size 4406482
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-sp
|
|
|
|
depends_test-append port:R-sf \
|
|
port:R-spatialreg \
|
|
port:R-spDataLarge \
|
|
port:R-spdep
|
|
|
|
test.run yes
|