mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
38 lines
1.3 KiB
Tcl
38 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 r-spatial gstat 2.1-2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Spatial and spatio-temporal geostatistical modelling, \
|
|
prediction and simulation
|
|
long_description {*}${description}
|
|
homepage https://r-spatial.github.io/gstat
|
|
checksums rmd160 1965c3c63ec2f48cf0394e2d6ea73f1b2def0585 \
|
|
sha256 26d3ebe7e1401eb1ad611b227ac8506ba834187a8979d8a0dccdef77a9a46eff \
|
|
size 2283118
|
|
|
|
depends_lib-append port:R-FNN \
|
|
port:R-sf \
|
|
port:R-sftime \
|
|
port:R-sp \
|
|
port:R-spacetime \
|
|
port:R-stars \
|
|
port:R-zoo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-fields \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-maps \
|
|
port:R-mapdata \
|
|
port:R-raster \
|
|
port:R-xts
|
|
|
|
test.run yes
|