You've already forked macports-ports
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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran vincentarelbundock tinytable 0.6.1
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Simple and configurable tables
|
|
long_description Create highly customized tables \
|
|
with this simple and dependency-free package.
|
|
homepage https://vincentarelbundock.github.io/tinytable
|
|
checksums rmd160 04f425539e831bd64dcf89560d963c351b29019a \
|
|
sha256 e8fb428f64f0aca5ed000cc40c535a5000f6c4c422db1f265eda10a4018dce1d \
|
|
size 632351
|
|
supported_archs noarch
|
|
|
|
# Dependency on R-webshot2 is dropped.
|
|
depends_test-append port:R-base64enc \
|
|
port:R-data.table \
|
|
port:R-fansi \
|
|
port:R-ggplot2 \
|
|
port:R-gh \
|
|
port:R-knitr \
|
|
port:R-marginaleffects \
|
|
port:R-markdown \
|
|
port:R-pandoc \
|
|
port:R-quarto \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-stringi \
|
|
port:R-tibble \
|
|
port:R-tinysnapshot \
|
|
port:R-tinytest \
|
|
port:R-tinytex
|
|
|
|
test.run yes
|