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 schlather RandomFields 3.3.14
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Estimation, prediction and simulation of random fields
|
|
long_description {*}${description}
|
|
homepage https://www.wim.uni-mannheim.de/schlather/publications/software
|
|
checksums rmd160 5c5b1198106801235b5c61ff86e153186b36ba14 \
|
|
sha256 242600b9bf93af9d49a06c00ff2398054a882d644a4653ea348533410c3db930 \
|
|
size 1072450
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_lib-append port:R-RandomFieldsUtils \
|
|
port:R-sp
|
|
|
|
depends_test-append port:R-colorspace \
|
|
port:R-GenSA \
|
|
port:R-minqa \
|
|
port:R-mvtnorm \
|
|
port:R-nloptr \
|
|
port:R-optimx \
|
|
port:R-pso \
|
|
port:R-raster \
|
|
port:R-RColorBrewer \
|
|
port:R-soma \
|
|
port:R-spam \
|
|
port:R-tcltk2 \
|
|
port:R-tkrplot
|
|
|
|
test.run yes
|