mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran markfairbanks tidytable 0.11.1
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tidy interface to R-data.table
|
|
long_description {*}${description}
|
|
homepage https://markfairbanks.github.io/tidytable
|
|
checksums rmd160 ae85427fc8ca7e7840a76ddd67dc9d32b76b700d \
|
|
sha256 0670b70de0debf0c08f25be2521c8544953dbc7413ce556ad75652f591721c56 \
|
|
size 131580
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-glue \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-pillar \
|
|
port:R-rlang \
|
|
port:R-tidyselect \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-bit64 \
|
|
port:R-crayon \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|