You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
51 lines
1.7 KiB
Tcl
51 lines
1.7 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 fpalomares SSLR 0.9.3.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Semi-supervised classification, regression and clustering methods
|
|
long_description {*}${description}
|
|
checksums rmd160 c926cb9be3b947879fe72b07a1fed3b0fed874c5 \
|
|
sha256 146b3213ae128a0663c3ce9e47167d59562c21e9ef2641b463ffbe113396613b \
|
|
size 666305
|
|
|
|
depends_lib-append port:R-conclust \
|
|
port:R-dplyr \
|
|
port:R-foreach \
|
|
port:R-generics \
|
|
port:R-magrittr \
|
|
port:R-parsnip \
|
|
port:R-plyr \
|
|
port:R-proxy \
|
|
port:R-purrr \
|
|
port:R-RANN \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rlang \
|
|
port:R-RSSL
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-C50 \
|
|
port:R-caret \
|
|
port:R-covr \
|
|
port:R-doParallel \
|
|
port:R-e1071 \
|
|
port:R-factoextra \
|
|
port:R-kernlab \
|
|
port:R-kknn \
|
|
port:R-knitr \
|
|
port:R-randomForest \
|
|
port:R-ranger \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tidymodels \
|
|
port:R-tidyverse
|
|
|
|
test.run yes
|