mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.3 KiB
Tcl
40 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 github jakobdambon varycoef 0.3.4 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Model spatially varying coefficients
|
|
long_description {*}${description}
|
|
checksums rmd160 5411fd8e01e5048e5c67c6febbc4377b9acef582 \
|
|
sha256 f6abcc153d2bc500a7effdbe5151c7ab947b569bbc97c034e43da02057cd0041 \
|
|
size 1451084
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
worksrcdir ${worksrcpath}/R-pkg
|
|
|
|
depends_lib-append port:R-glmnet \
|
|
port:R-lhs \
|
|
port:R-mlr \
|
|
port:R-mlrMBO \
|
|
port:R-optimParallel \
|
|
port:R-ParamHelpers \
|
|
port:R-pbapply \
|
|
port:R-smoof \
|
|
port:R-spam
|
|
|
|
depends_test-append port:R-DiceKriging \
|
|
port:R-knitr \
|
|
port:R-latticeExtra \
|
|
port:R-rmarkdown \
|
|
port:R-sp \
|
|
port:R-spData \
|
|
port:R-testthat
|
|
|
|
test.run yes
|