mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
52 lines
1.8 KiB
Tcl
52 lines
1.8 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran davidgohel flextable 0.9.6
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Functions for tabular reporting
|
|
long_description {*}${description}
|
|
homepage https://davidgohel.github.io/flextable
|
|
checksums rmd160 d5c38510c9630c7035e76205105193c5d9c03eda \
|
|
sha256 232e050bec231b5d58ca8ad54116c476d2dd683ac2824b3688c06250338f9229 \
|
|
size 2222285
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-gdtools \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-officer \
|
|
port:R-ragg \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-uuid \
|
|
port:R-xml2
|
|
|
|
# Some optional deps are omitted.
|
|
depends_test-append port:R-bookdown \
|
|
port:R-broom \
|
|
port:R-broom.mixed \
|
|
port:R-commonmark \
|
|
port:R-ggplot2 \
|
|
port:R-lme4 \
|
|
port:R-magick \
|
|
port:R-officedown \
|
|
port:R-pdftools \
|
|
port:R-pkgdown \
|
|
port:R-scales \
|
|
port:R-svglite \
|
|
port:R-tables \
|
|
port:R-testthat \
|
|
port:R-withr \
|
|
port:R-xtable
|
|
|
|
# Two tests fail due to missing Pandoc.
|
|
# [ FAIL 2 | WARN 0 | SKIP 8 | PASS 275 ]
|
|
test.run no
|