mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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 insightsengineering formatters 0.5.9 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description ASCII formatting for values and tables
|
|
long_description {*}${description}
|
|
homepage https://insightsengineering.github.io/formatters
|
|
checksums rmd160 00e5334f439b62c1f8232fbface93a92b3c03e8e \
|
|
sha256 5cf0fb29b8778040794b5de1899e6fc28b40e85edad11e4e4fb779fb42992748 \
|
|
size 4300536
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-htmltools \
|
|
port:R-lifecycle \
|
|
port:R-stringi
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-gt \
|
|
port:R-huxtable \
|
|
port:R-knitr \
|
|
port:R-r2rtf \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|