mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
33 lines
1.2 KiB
Tcl
33 lines
1.2 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 p-roocks.de rPref 1.4.0
|
|
revision 4
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Routines to select and visualize the maxima for a given strict partial order
|
|
long_description {*}${description}
|
|
homepage https://www.p-roocks.de/rpref
|
|
checksums rmd160 e84cc38cdd53b490757c18eb9e33cdf5981f4c47 \
|
|
sha256 5c38750829772bf55f8b8e2231618a88e9438bd884274f398a754b5758258bfa \
|
|
size 134087
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-igraph \
|
|
port:R-lazyeval \
|
|
port:R-Rcpp \
|
|
port:R-RcppParallel
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-graph \
|
|
port:R-knitr \
|
|
port:R-Rgraphviz \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
# There are no specific testthat tests.
|
|
test.run yes
|