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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran atusy ftExtra 0.6.4
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Helper functions for R-flextable package
|
|
long_description {*}${description}
|
|
homepage https://ftextra.atusy.net
|
|
checksums rmd160 364fd3d5c5d494d6e244ec7a660ebcd59339d328 \
|
|
sha256 d8af59762ba884e806fa9668187bcd93ceeae15fdcbc26f6e77cbdef24864d0b \
|
|
size 177993
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-flextable \
|
|
port:R-jsonlite \
|
|
port:R-magrittr \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tidyselect \
|
|
port:R-vctrs \
|
|
port:R-xfun \
|
|
port:R-yaml
|
|
|
|
# We do not enable tests here, since one testcase fails, unless Pandoc
|
|
# is installed. However, introducing a dependency on the latter is undesirable.
|
|
# See also: https://github.com/atusy/ftExtra/issues/99
|
|
depends_test-append port:R-knitr \
|
|
port:R-qpdf \
|
|
port:R-testthat
|