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
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 drkowal SeBR 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Semi-parametric Bayesian regression analysis
|
|
long_description {*}${description}
|
|
homepage https://drkowal.github.io/SeBR
|
|
checksums rmd160 7dc4982b022bcca7633c29eb9259c918f51a95cc \
|
|
sha256 975f923730bb38f2a490ea86b76bd1c23182c8fc832ec7ea70a5464bbc006076 \
|
|
size 428852
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-fields \
|
|
port:R-GpGp \
|
|
port:R-quantreg \
|
|
port:R-spikeSlabGAM \
|
|
port:R-statmod
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|