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
24 lines
970 B
Tcl
24 lines
970 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 RobustCalibration 0.5.5
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Robust calibration of imperfect mathematical models
|
|
long_description Implements full Bayesian analysis for calibrating mathematical models \
|
|
with a new methodology for modelling the discrepancy function.
|
|
checksums rmd160 29e93e5969af03213e9b3878e6187437543d0db3 \
|
|
sha256 ae39ee6f4eed8f9259c87c42ab6fcdfda80561b7ed4079acf7d5cbb710928b46 \
|
|
size 178870
|
|
|
|
depends_lib-append port:R-nloptr \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RobustGaSP
|
|
|
|
test.run yes
|