# -*- 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             cran YuLab-SMU tidytree 0.4.6
revision            1
maintainers         nomaintainer
license             Artistic-2
description         Tidy tool for phylogenetic tree data manipulation
long_description    {*}${description}
checksums           rmd160  d8071cffe485dea4d99faa63d6e90a3e443d0c64 \
                    sha256  dba909ba767283fa76795a67e048ff1c8cd339c7e44f64c9698c70ecb3d92292 \
                    size    80045
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ape \
                    port:R-cli \
                    port:R-dplyr \
                    port:R-lazyeval \
                    port:R-magrittr \
                    port:R-pillar \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-tidyselect \
                    port:R-yulab.utils

depends_test-append port:R-knitr \
                    port:R-prettydoc \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
