You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
28 lines
1.0 KiB
Tcl
28 lines
1.0 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 zdebruine RcppML 0.3.7
|
|
revision 2
|
|
categories-append math
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rcpp Machine Learning library
|
|
long_description Fast machine learning algorithms including matrix factorization \
|
|
and divisive clustering for large sparse and dense matrices.
|
|
checksums rmd160 5b533d46ea4e2c2f51854f86d97a585199856950 \
|
|
sha256 325c6515085527eb9123cc5e87e028547065771ed4d623048f41886ae28908c6 \
|
|
size 45879
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|