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]
25 lines
900 B
Tcl
25 lines
900 B
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 jsilve24 RcppHungarian 0.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Solve minimum cost bipartite matching problems
|
|
long_description {*}${description}
|
|
checksums rmd160 665d3036ab9157eb5f37a9bcb9a420c4dc0ec92f \
|
|
sha256 2ab052c0deb9e4d4352a2ed2e595813eaa36bdea0b567b836e1c5aa9ce899d03 \
|
|
size 114181
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|