You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1014 B
Tcl
29 lines
1014 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.setup cran cran KrigInv 1.4.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Kriging-based inversion for deterministic and noisy computer experiments
|
|
long_description {*}${description}
|
|
checksums rmd160 ef36b90fd1a2d43bf90ee369b26eb8b0329cc878 \
|
|
sha256 daa6c21486bb6bf46e9d10f214ad44812d561bf9f1a1fddfe219e70ed6282906 \
|
|
size 56754
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-anMC \
|
|
port:R-DiceKriging \
|
|
port:R-mvtnorm \
|
|
port:R-pbivnorm \
|
|
port:R-randtoolbox \
|
|
port:R-rgenoud
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|