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
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 LTLA ScaledMatrix 1.12.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Creating a DelayedMatrix of scaled and centered values
|
|
long_description {*}${description}
|
|
homepage https://github.com/LTLA/ScaledMatrix
|
|
checksums rmd160 4029c4afd6af6fa9b11483b39ccb5653c8ca60fa \
|
|
sha256 f15ea729ef6162a68c437d887d40981aa7f0d613ac777a727e3e0c7d6db9da30 \
|
|
size 311705
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DelayedArray \
|
|
port:R-S4Vectors
|
|
|
|
depends_test-append port:R-BiocSingular \
|
|
port:R-BiocStyle \
|
|
port:R-DelayedMatrixStats \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|