You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.6 KiB
Tcl
46 lines
1.6 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 tlverse tmle3 0.2.0 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description The extensible TMLE framework
|
|
long_description {*}${description}
|
|
checksums rmd160 5eac8d6238c6d2965926f6b528809e2e58cfa0b0 \
|
|
sha256 72d8d3b7ab0d74b3c6248071550d724e6ce2c85a3a49f4ce2dff8fae0089928e \
|
|
size 147333
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-data.table \
|
|
port:R-delayed \
|
|
port:R-digest \
|
|
port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-magrittr \
|
|
port:R-mvtnorm \
|
|
port:R-R6 \
|
|
port:R-sl3 \
|
|
port:R-stringr \
|
|
port:R-uuid
|
|
|
|
depends_test-append port:R-future \
|
|
port:R-future.apply \
|
|
port:R-knitr \
|
|
port:R-nnls \
|
|
port:R-origami \
|
|
port:R-rmarkdown \
|
|
port:R-Rsolnp \
|
|
port:R-speedglm \
|
|
port:R-tableone \
|
|
port:R-testthat \
|
|
port:R-tmle \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|