You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.6 KiB
Tcl
45 lines
1.6 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 YuLab-SMU treeio 1.28.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Base classes and functions for phylogenetic tree input and output
|
|
long_description {*}${description}
|
|
homepage https://github.com/YuLab-SMU/treeio
|
|
checksums rmd160 f91daa662b0620078820b983c760869ac0c00d26 \
|
|
sha256 01fa3dba09a75ab99f3726c3320dc463753429305538fa7f3bdfe5e847c0d275 \
|
|
size 693419
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ape \
|
|
port:R-dplyr \
|
|
port:R-jsonlite \
|
|
port:R-magrittr \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidytree
|
|
|
|
depends_test-append port:R-Biostrings \
|
|
port:R-cli \
|
|
port:R-ggplot2 \
|
|
port:R-ggtree \
|
|
port:R-igraph \
|
|
port:R-knitr \
|
|
port:R-phangorn \
|
|
port:R-prettydoc \
|
|
port:R-purrr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-vroom \
|
|
port:R-xml2 \
|
|
port:R-yaml
|
|
|
|
test.run yes
|