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
42 lines
1.4 KiB
Tcl
42 lines
1.4 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran mhahsler seriation 1.5.7
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Infrastructure for ordering objects using seriation
|
|
long_description {*}${description}
|
|
checksums rmd160 8564e7d9f0dda1d8cbfaaecc99628e61c1d9dc5b \
|
|
sha256 6c1a597f961a1eaeea26d2bb01f6b136622270e50ca48dc4f1b6cd3a26c42855 \
|
|
size 974464
|
|
|
|
depends_lib-append port:R-ca \
|
|
port:R-colorspace \
|
|
port:R-foreach \
|
|
port:R-gclus \
|
|
port:R-qap \
|
|
port:R-registry \
|
|
port:R-TSP \
|
|
port:R-vegan
|
|
|
|
compilers.setup require_fortran
|
|
|
|
# Some optional deps are omitted.
|
|
depends_test-append port:R-dbscan \
|
|
port:R-DendSer \
|
|
port:R-dendextend \
|
|
port:R-doParallel \
|
|
port:R-GA \
|
|
port:R-ggplot2 \
|
|
port:R-Rtsne \
|
|
port:R-scales \
|
|
port:R-smacof \
|
|
port:R-testthat \
|
|
port:R-umap
|
|
|
|
test.run yes
|