mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.3 KiB
Tcl
35 lines
1.3 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 RaggedExperiment 1.28.1
|
|
revision 0
|
|
categories-append bioconductor
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Representation of sparse experiments and assays across samples
|
|
long_description {*}${description}
|
|
checksums rmd160 d0a7f56dce4b93b29045d1a5c98ee0dcf00e16c2 \
|
|
sha256 295309016173ac12da556280dc84465cb82a4b2ab50ee634d718405b3242cf75 \
|
|
size 703147
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-BiocBaseUtils \
|
|
port:R-BiocGenerics \
|
|
port:R-GenomeInfoDb \
|
|
port:R-GenomicRanges \
|
|
port:R-IRanges \
|
|
port:R-MatrixGenerics \
|
|
port:R-S4Vectors \
|
|
port:R-SummarizedExperiment
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-knitr \
|
|
port:R-MultiAssayExperiment \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|