mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
45 lines
1.6 KiB
Tcl
45 lines
1.6 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 tidyverts tsibble 1.1.5 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Tidy temporal data frames and tools
|
|
long_description {*}${description}
|
|
homepage https://tsibble.tidyverts.org
|
|
checksums rmd160 3d57bb4c51540487f1cb958cff2086950ac38d02 \
|
|
sha256 e63183cd0914d4a9ac59d036ba3f6ce03b9af6529a181a04141ea0c1688ac4ab \
|
|
size 1333981
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-anytime \
|
|
port:R-dplyr \
|
|
port:R-ellipsis \
|
|
port:R-generics \
|
|
port:R-lifecycle \
|
|
port:R-lubridate \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyselect \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-hms \
|
|
port:R-knitr \
|
|
port:R-nanotime \
|
|
port:R-nycflights13 \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-timeDate
|
|
|
|
test.run yes
|