You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 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 Bioconductor SparseArray 1.4.8
|
|
revision 0
|
|
categories-append bioconductor devel
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Efficient in-memory representation \
|
|
of multi-dimensional sparse arrays
|
|
long_description {*}${description}
|
|
checksums rmd160 f65b81bdf3099da6b3b6fc534fd35c4a34110706 \
|
|
sha256 b5c56eec735d429bafae4b9628818b0dae92e1813c6dc67480009c00a3d91caa \
|
|
size 392509
|
|
|
|
depends_lib-append port:R-BiocGenerics \
|
|
port:R-IRanges \
|
|
port:R-MatrixGenerics \
|
|
port:R-matrixStats \
|
|
port:R-S4Arrays \
|
|
port:R-S4Vectors \
|
|
port:R-XVector
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-DelayedArray \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|