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
33 lines
1.2 KiB
Tcl
33 lines
1.2 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran yooyh bartcs 1.2.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Bayesian Additive Regression Trees for Confounder Selection
|
|
long_description {*}${description}
|
|
homepage https://github.com/yooyh/bartcs
|
|
checksums rmd160 48d4130f65570ee33036da82233a63c90fc73a87 \
|
|
sha256 39b3be6e5b679a391361f587b57d320312c11a1e6e9dc5699cbbfa096fe1524d \
|
|
size 88518
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-ggcharts \
|
|
port:R-ggplot2 \
|
|
port:R-invgamma \
|
|
port:R-MCMCpack \
|
|
port:R-Rcpp \
|
|
port:R-rlang \
|
|
port:R-rootSolve
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-microbenchmark \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|