You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran ropensci aorsf 0.1.5 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Accelerated oblique random survival forests
|
|
long_description {*}${description}
|
|
homepage https://docs.ropensci.org/aorsf
|
|
checksums rmd160 9c5823ffe6728740e224e8ad2b75d80f0405fac1 \
|
|
sha256 9438e790e3d47dc3e55731aea800d58bfe73ec590d5b70ad122c8111659cc9a8 \
|
|
size 818840
|
|
|
|
depends_lib-append port:R-collapse \
|
|
port:R-data.table \
|
|
port:R-lifecycle \
|
|
port:R-R6 \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-glmnet \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-SurvMetrics \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-units
|
|
|
|
test.run yes
|