2023-03-29 20:26:47 +07:00
|
|
|
# -*- 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
|
|
|
|
|
|
2024-05-04 19:43:31 +08:00
|
|
|
R.setup bioconductor PeteHaitch DelayedMatrixStats 1.26.0
|
|
|
|
|
revision 0
|
|
|
|
|
categories-append bioconductor
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-03-29 20:26:47 +07:00
|
|
|
license MIT
|
2024-05-22 18:13:06 +08:00
|
|
|
description Functions that apply to rows and columns \
|
|
|
|
|
of DelayedMatrix objects
|
2023-03-29 20:26:47 +07:00
|
|
|
long_description {*}${description}
|
2024-05-04 19:43:31 +08:00
|
|
|
homepage https://github.com/PeteHaitch/DelayedMatrixStats
|
|
|
|
|
checksums rmd160 02deb994c8aef719b354fb818fec2c5fc71617dd \
|
|
|
|
|
sha256 da8c23a5ab6328ce70ef2a9de7f48809b139b5956dbb27c34e86a0e080370eb3 \
|
|
|
|
|
size 269061
|
2023-03-29 20:26:47 +07:00
|
|
|
supported_archs noarch
|
2024-05-16 06:28:16 +10:00
|
|
|
platforms {darwin any}
|
2023-03-29 20:26:47 +07:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-DelayedArray \
|
|
|
|
|
port:R-IRanges \
|
|
|
|
|
port:R-MatrixGenerics \
|
|
|
|
|
port:R-S4Vectors \
|
|
|
|
|
port:R-sparseMatrixStats
|
|
|
|
|
|
2024-05-22 18:13:06 +08:00
|
|
|
depends_test-append port:R-BiocStyle \
|
2023-03-29 20:26:47 +07:00
|
|
|
port:R-HDF5Array \
|
|
|
|
|
port:R-knitr \
|
2023-10-26 22:34:31 +08:00
|
|
|
port:R-matrixStats \
|
2023-03-29 20:26:47 +07:00
|
|
|
port:R-microbenchmark \
|
|
|
|
|
port:R-profmem \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
2024-05-22 18:13:06 +08:00
|
|
|
# One test fails on ppc: https://github.com/PeteHaitch/DelayedMatrixStats/issues/90
|
|
|
|
|
test.run yes
|