mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 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 is archaic.
|
|
R.setup cran haozhu233 kableExtra 1.4.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Construct complex table with kable and pipe syntax
|
|
long_description {*}${description}
|
|
checksums rmd160 e80e2fb42e0e7a22c887c34ffd5d085a864b6f0d \
|
|
sha256 8fe2cc9fc2e8991685c4dc9e4904459e6f572c945319befde36d76f3ab527409 \
|
|
size 1824636
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-rmarkdown \
|
|
port:R-rstudioapi \
|
|
port:R-scales \
|
|
port:R-stringr \
|
|
port:R-svglite \
|
|
port:R-viridisLite \
|
|
port:R-xml2
|