2023-04-07 12:05:55 +08: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
|
|
|
|
|
|
2024-11-10 02:34:49 +08:00
|
|
|
R.setup cran mi2-warsaw FSelectorRcpp 0.3.13
|
|
|
|
|
revision 0
|
2023-04-07 12:05:55 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-04-07 12:05:55 +08:00
|
|
|
license GPL-2
|
2023-11-03 19:29:07 +08:00
|
|
|
description Rcpp implementation of FSelector entropy-based feature selection algorithms
|
|
|
|
|
long_description {*}${description} with a sparse matrix support.
|
|
|
|
|
homepage https://github.com/mi2-warsaw/FSelectorRcpp
|
2024-11-10 02:34:49 +08:00
|
|
|
checksums rmd160 7813571f72364892104cc4973dd32f222efa3c4f \
|
|
|
|
|
sha256 9dce530b5051bfc224451277083c9fd396c68f10e21db1cb8aadd8eef8ff4904 \
|
|
|
|
|
size 78024
|
2023-04-07 12:05:55 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-BH \
|
|
|
|
|
port:R-foreach \
|
|
|
|
|
port:R-iterators \
|
|
|
|
|
port:R-Rcpp \
|
|
|
|
|
port:R-RcppArmadillo \
|
|
|
|
|
port:R-testthat
|
2023-11-03 19:29:07 +08:00
|
|
|
|
2024-11-10 02:34:49 +08:00
|
|
|
# Some optional deps are omitted.
|
2023-11-03 19:29:07 +08:00
|
|
|
depends_test-append port:R-covr \
|
|
|
|
|
port:R-doParallel \
|
|
|
|
|
port:R-dplyr \
|
|
|
|
|
port:R-entropy \
|
|
|
|
|
port:R-ggplot2 \
|
|
|
|
|
port:R-htmltools \
|
|
|
|
|
port:R-knitr \
|
|
|
|
|
port:R-lintr \
|
|
|
|
|
port:R-magrittr \
|
|
|
|
|
port:R-microbenchmark \
|
|
|
|
|
port:R-pbapply \
|
|
|
|
|
port:R-pkgdown \
|
|
|
|
|
port:R-randomForest \
|
|
|
|
|
port:R-RcppArmadillo \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-testthat \
|
|
|
|
|
port:R-tibble \
|
|
|
|
|
port:R-withr
|
|
|
|
|
|
|
|
|
|
test.run yes
|