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
38 lines
1.4 KiB
Tcl
38 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
|
|
|
|
R.setup bioconductor PeteHaitch DelayedMatrixStats 1.26.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Functions that apply to rows and columns \
|
|
of DelayedMatrix objects
|
|
long_description {*}${description}
|
|
homepage https://github.com/PeteHaitch/DelayedMatrixStats
|
|
checksums rmd160 02deb994c8aef719b354fb818fec2c5fc71617dd \
|
|
sha256 da8c23a5ab6328ce70ef2a9de7f48809b139b5956dbb27c34e86a0e080370eb3 \
|
|
size 269061
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DelayedArray \
|
|
port:R-IRanges \
|
|
port:R-MatrixGenerics \
|
|
port:R-S4Vectors \
|
|
port:R-sparseMatrixStats
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-HDF5Array \
|
|
port:R-knitr \
|
|
port:R-matrixStats \
|
|
port:R-microbenchmark \
|
|
port:R-profmem \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
# One test fails on ppc: https://github.com/PeteHaitch/DelayedMatrixStats/issues/90
|
|
test.run yes
|