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
23 lines
875 B
Tcl
23 lines
875 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 mengyang RobustGaSP 0.6.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Robust Gaussian stochastic process emulation
|
|
long_description Robust parameter estimation and prediction \
|
|
of Gaussian stochastic process emulators.
|
|
checksums rmd160 f06c617e9b9c9cc96f649b1c7741afb93e2b6501 \
|
|
sha256 d7ba431adfab6872e2390ffb42e092b9797c103935904758e212ea3c89059edd \
|
|
size 266144
|
|
|
|
depends_lib-append port:R-nloptr \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
test.run yes
|