You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 lines
1.5 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 github TomKellyGenetics leiden 0.4.3.1
|
|
revision 1
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description R implementation of Leiden clustering algorithm
|
|
long_description {*}${description}
|
|
checksums rmd160 be4a2d8459e7afd372dececd70a1304c63779fd4 \
|
|
sha256 b6e3243ffa467c5d4456b8ae573e6f5e863ce709e18980b9d4f0bfaa5744041a \
|
|
size 2516458
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-igraph \
|
|
port:R-reticulate
|
|
|
|
depends_test-append port:R-bipartite \
|
|
port:R-covr \
|
|
port:R-data.table \
|
|
port:R-devtools \
|
|
port:R-graphsim \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-multiplex \
|
|
port:R-multinet \
|
|
port:R-network \
|
|
port:R-qpdf \
|
|
port:R-RColorBrewer \
|
|
port:R-remotes \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|
|
# Running code from vignettes needs files which otherwise are not present:
|
|
test.args-delete --no-build-vignettes
|