mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 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 marjoleinF pre 1.0.7
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Prediction Rule Ensembles
|
|
long_description {*}${description}
|
|
homepage https://github.com/marjoleinF/pre
|
|
checksums rmd160 31bf96b48260b19f9b817084b8113043ed8946f9 \
|
|
sha256 6181ee561790398d90f4543f635115dfb8a85867061237edf4189a65a177139c \
|
|
size 1720550
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-earth \
|
|
port:R-Formula \
|
|
port:R-glmnet \
|
|
port:R-MatrixModels \
|
|
port:R-partykit \
|
|
port:R-stringr
|
|
|
|
depends_test-append port:R-caret \
|
|
port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-glmertree \
|
|
port:R-interp \
|
|
port:R-knitr \
|
|
port:R-mboost \
|
|
port:R-mice \
|
|
port:R-mlbench \
|
|
port:R-pROC \
|
|
port:R-rmarkdown \
|
|
port:R-shape \
|
|
port:R-testthat
|
|
|
|
test.run yes
|