2023-04-23 11:35: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
|
|
|
|
|
|
|
|
|
|
R.setup cran matthiaskaeding RcppGreedySetCover 0.1.0
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2023-04-23 11:35:55 +08:00
|
|
|
categories-append math
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license MIT
|
|
|
|
|
description Fast implementation of the greedy algorithm for the set cover problem using Rcpp
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 a5b56c17c5c66efe1d81499466fb6c6eeeb21a1e \
|
|
|
|
|
sha256 3d149a5d9b31a401a9cdfabd4ca4b02f438bcafd16474bdaabf3eeaa5f8a04ed \
|
|
|
|
|
size 5691
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-BH \
|
|
|
|
|
port:R-data.table \
|
|
|
|
|
port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
test.run yes
|