mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.5 KiB
Tcl
41 lines
1.5 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 seandavi BiocPkgTools 1.22.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Collection of simple tools for learning about Bioconductor packages
|
|
long_description {*}${description}
|
|
homepage https://github.com/seandavi/BiocPkgTools
|
|
checksums rmd160 28f1aeaeb7754c2e4ef6156158a230b431014831 \
|
|
sha256 dd782d47fa834ebaefeada6ca2da6b3730fbd4b65084c19007b9982f7dc87fd9 \
|
|
size 1508067
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-BiocFileCache \
|
|
port:R-BiocManager \
|
|
port:R-biocViews \
|
|
port:R-dplyr \
|
|
port:R-DT \
|
|
port:R-gh \
|
|
port:R-graph \
|
|
port:R-htmltools \
|
|
port:R-htmlwidgets \
|
|
port:R-httr \
|
|
port:R-igraph \
|
|
port:R-jsonlite \
|
|
port:R-magrittr \
|
|
port:R-RBGL \
|
|
port:R-readr \
|
|
port:R-rlang \
|
|
port:R-rvest \
|
|
port:R-rorcid \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-xml2
|