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
35 lines
1.3 KiB
Tcl
35 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 Nikolaus.Umlauf R2BayesX 1.1-5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Estimate structured additive regression models with BayesX
|
|
long_description {*}${description}
|
|
checksums rmd160 d146e920327d95f20aa3e88369a4528b2c56b7ba \
|
|
sha256 6a63a67f639c3a2986b5ac5b1e73b9f980ef3637b34e7c48e49ec0e91ad870f4 \
|
|
size 787544
|
|
|
|
depends_lib-append port:R-BayesXsrc \
|
|
port:R-colorspace
|
|
|
|
depends_test-append port:R-coda \
|
|
port:R-fields \
|
|
port:R-interp \
|
|
port:R-maps \
|
|
port:R-MBA \
|
|
port:R-sf \
|
|
port:R-shapefiles \
|
|
port:R-sp \
|
|
port:R-spData \
|
|
port:R-spdep
|
|
|
|
# There are some errors in running examples:
|
|
# Error in if (eattrn[i] != "dim" && eattrn[i] != "dimnames" && eattrn[i] != :
|
|
# missing value where TRUE/FALSE needed.
|
|
test.run yes
|