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
42 lines
1.5 KiB
Tcl
42 lines
1.5 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 cran kkholst targeted 0.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Various methods for targeted and semi-parametric inference
|
|
long_description {*}${description}
|
|
homepage https://kkholst.github.io/targeted
|
|
checksums rmd160 5762e9555f2cc43f9d64b0751ebea83a4b7b1bc9 \
|
|
sha256 8fe2097da1897057bebf655e2b43d24c11abd86793b867491a63b8cef527d09c \
|
|
size 900192
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-digest \
|
|
port:R-futile.logger \
|
|
port:R-future.apply \
|
|
port:R-lava \
|
|
port:R-mets \
|
|
port:R-optimx \
|
|
port:R-progressr \
|
|
port:R-R6 \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-grf \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-scatterplot3d \
|
|
port:R-SuperLearner \
|
|
port:R-testthat \
|
|
port:R-viridisLite \
|
|
port:R-xgboost
|
|
|
|
test.run yes
|