You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran jkrijthe RSSL 0.9.7
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Implementations of semi-supervised learning approaches for classification
|
|
long_description {*}${description}
|
|
checksums rmd160 6a10b7a532c1932b4d68651c12cc4d8dc9a8b08b \
|
|
sha256 1d37af5ca1d81d245b5116da76c1e8ae14ac02d1a19e88fc415facb2c1eea8aa \
|
|
size 1133255
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-kernlab \
|
|
port:R-quadprog \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-reshape2 \
|
|
port:R-scales \
|
|
port:R-tidyr
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-LiblineaR \
|
|
port:R-numDeriv \
|
|
port:R-rmarkdown \
|
|
port:R-SparseM \
|
|
port:R-testthat
|
|
|
|
test.run yes
|