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
28 lines
975 B
Tcl
28 lines
975 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 vdorie bartCause 1.0-9
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Causal inference using Bayesian Additive Regression Trees
|
|
long_description {*}${description}
|
|
homepage https://github.com/vdorie/bartCause
|
|
checksums rmd160 ccac364b462bfff18474f04f78aa08c1145bfd47 \
|
|
sha256 5b77fc6ac291684c8a72d26cb646ec3f70ae408677f768035e8812f8251d6bdb \
|
|
size 55255
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dbarts
|
|
|
|
depends_test-append port:R-lme4 \
|
|
port:R-stan4bart \
|
|
port:R-testthat \
|
|
port:R-tmle
|
|
|
|
test.run yes
|