mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 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
|
|
|
|
R.setup cran rstudio htmltools 0.5.8.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Tools for HTML generation and output
|
|
long_description {*}${description}
|
|
homepage https://rstudio.github.io/htmltools
|
|
checksums rmd160 7d110d9b31bce68e917ed2a897efe72b5390526d \
|
|
sha256 f9f62293ec06c353c4584db6ccedb06a2da12e485208bd26b856f17dd013f176 \
|
|
size 135134
|
|
|
|
depends_lib-append port:R-base64enc \
|
|
port:R-digest \
|
|
port:R-fastmap \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-Cairo \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-ragg \
|
|
port:R-shiny \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|