2023-03-22 05:27:15 +07:00
|
|
|
# -*- 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
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2023-03-22 05:27:15 +07:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-03-22 05:27:15 +07:00
|
|
|
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
|