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
34 lines
1.2 KiB
Tcl
34 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
|
|
|
|
R.setup github yqzhong7 AIPW a3ae8ef59dfe205b157cd7e3a5e3e93abe063fab
|
|
version 0.6.9
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Augmented Inverse Probability Weighting
|
|
long_description {*}${description}
|
|
checksums rmd160 c9a582407769975873b2a33b66db2073a3b0143b \
|
|
sha256 b36c1003df78749303e3da58830500a7ed583f209dd826418d5bb3d3e8a3e618 \
|
|
size 131748
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-future.apply \
|
|
port:R-ggplot2 \
|
|
port:R-progressr \
|
|
port:R-R6 \
|
|
port:R-Rsolnp \
|
|
port:R-SuperLearner
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tmle
|
|
|
|
test.run yes
|