2023-04-15 02:03:36 +08: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-07-14 12:15:54 +08:00
|
|
|
R.setup bioconductor Bioconductor RaggedExperiment 1.28.1
|
2024-05-04 19:43:31 +08:00
|
|
|
revision 0
|
|
|
|
|
categories-append bioconductor
|
2024-07-14 12:15:54 +08:00
|
|
|
platforms {darwin any}
|
2023-04-15 02:03:36 +08:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
license Artistic-2
|
|
|
|
|
description Representation of sparse experiments and assays across samples
|
|
|
|
|
long_description {*}${description}
|
2024-07-14 12:15:54 +08:00
|
|
|
checksums rmd160 d0a7f56dce4b93b29045d1a5c98ee0dcf00e16c2 \
|
|
|
|
|
sha256 295309016173ac12da556280dc84465cb82a4b2ab50ee634d718405b3242cf75 \
|
|
|
|
|
size 703147
|
2023-04-15 02:03:36 +08:00
|
|
|
supported_archs noarch
|
|
|
|
|
|
2023-09-13 01:40:12 +07:00
|
|
|
depends_lib-append port:R-BiocBaseUtils \
|
|
|
|
|
port:R-BiocGenerics \
|
2023-04-15 02:03:36 +08:00
|
|
|
port:R-GenomeInfoDb \
|
|
|
|
|
port:R-GenomicRanges \
|
|
|
|
|
port:R-IRanges \
|
|
|
|
|
port:R-MatrixGenerics \
|
|
|
|
|
port:R-S4Vectors \
|
|
|
|
|
port:R-SummarizedExperiment
|
2023-09-13 01:40:12 +07:00
|
|
|
|
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
|
|
|
port:R-knitr \
|
|
|
|
|
port:R-MultiAssayExperiment \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
|
|
|
|
test.run yes
|