2023-04-15 02:06:21 +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-05-04 19:43:31 +08:00
|
|
|
R.setup bioconductor Bioconductor BiocBaseUtils 1.6.0
|
|
|
|
|
revision 0
|
|
|
|
|
categories-append bioconductor devel
|
2023-04-15 02:06:21 +08:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
license Artistic-2
|
|
|
|
|
description General utility functions for developing Bioconductor packages
|
|
|
|
|
long_description {*}${description}
|
2024-05-04 19:43:31 +08:00
|
|
|
checksums rmd160 b965c45d366bb2911345adc085ea613aa988c2a3 \
|
|
|
|
|
sha256 a4d8aa652a1ab929cd66172b315d2fb79e489f06a2ddbdb4288a76132ffc0b39 \
|
|
|
|
|
size 228328
|
2023-04-15 02:06:21 +08:00
|
|
|
supported_archs noarch
|
2024-05-12 03:05:15 +10:00
|
|
|
platforms {darwin any}
|
2023-04-15 02:06:21 +08:00
|
|
|
|
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
|
|
|
port:R-knitr \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|