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
29 lines
1003 B
Tcl
29 lines
1003 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 dlcarl TSCI 3.0.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Tools for causal inference with possibly invalid instrumental variables
|
|
long_description {*}${description}
|
|
checksums rmd160 1ce94eeeb8c14809bb11caa5fb807276fb135e66 \
|
|
sha256 2f6d3c909659214087ad2defc7d39ec18bce46ab1989593b1218f9bd024e2007 \
|
|
size 109419
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-fastDummies \
|
|
port:R-ranger \
|
|
port:R-Rfast \
|
|
port:R-xgboost
|
|
|
|
depends_test-append port:R-fda \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|