You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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 Bioconductor S4Arrays 1.4.1
|
|
revision 0
|
|
categories-append bioconductor devel
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Foundation of array-like containers in Bioconductor
|
|
long_description {*}${description}
|
|
checksums rmd160 1a849a5f25eee128d4924ea0a505a7419250b648 \
|
|
sha256 94b7e95a5f18e4106d8de1f4d8b1c25a8273aca0fe04519d227a7a6870b8bf71 \
|
|
size 282453
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-BiocGenerics \
|
|
port:R-crayon \
|
|
port:R-IRanges \
|
|
port:R-S4Vectors
|
|
|
|
depends_test-append port:R-BiocParallel \
|
|
port:R-BiocStyle \
|
|
port:R-DelayedArray \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-SparseArray \
|
|
port:R-testthat
|
|
|
|
test.run yes
|