mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
44 lines
1.5 KiB
Tcl
44 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 gforge htmlTable 2.4.3 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Advanced tables for Markdown/HTML
|
|
long_description {*}${description}
|
|
homepage https://github.com/gforge/htmlTable
|
|
checksums rmd160 6ab3a049208b37a0f96481a558e95de520f90d3f \
|
|
sha256 3739d01bff313ccd206b63940a8252b037f0521d041c721a4e0d195abd6ef6dd \
|
|
size 432827
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-htmltools \
|
|
port:R-htmlwidgets \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-rstudioapi \
|
|
port:R-stringr
|
|
|
|
depends_test-append port:R-chron \
|
|
port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-Hmisc \
|
|
port:R-lubridate \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tidyselect \
|
|
port:R-XML \
|
|
port:R-xml2
|
|
|
|
test.run yes
|