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
22 lines
785 B
Tcl
22 lines
785 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.recommended yes
|
|
|
|
# This is a recommended package. Keep it CRAN-sourced.
|
|
R.setup cran cran spatial 7.3-17
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Functions for Kriging and point pattern analysis
|
|
long_description {*}${description}. Recommended package.
|
|
checksums rmd160 fe35290fce7e97b1b6ad1a4961e75c39cb9fd0db \
|
|
sha256 f1003ed8cff2a47169a4787c8be46e8c2c501cc06c8b1e5f97bf62507e5f5dd7 \
|
|
size 44661
|
|
|
|
depends_test-append port:R-MASS
|
|
|
|
test.run yes
|