mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
944 B
Tcl
28 lines
944 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 sgruber tmle 2.0.1.1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {BSD GPL-2}
|
|
description Targeted Maximum Likelihood Estimation
|
|
long_description {*}${description}
|
|
checksums rmd160 99d37ae6641ef98f9fff59b872707a4188e48d4a \
|
|
sha256 8c2448f176ed94201affb8a9c42a5d0f56f26e88131ff2c1f4a9d14c5a0d87f6 \
|
|
size 45416
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-glmnet \
|
|
port:R-SuperLearner
|
|
|
|
depends_test-append port:R-dbarts \
|
|
port:R-gam \
|
|
port:R-ROCR \
|
|
port:R-WeightedROC
|
|
|
|
test.run yes
|