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
60 lines
2.2 KiB
Tcl
60 lines
2.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
|
|
|
|
R.setup github tidyverse tibble 3.2.1.9040 v
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Modern re-imagining of the data frame
|
|
long_description Provides a 'tbl_df' class (the 'tibble') \
|
|
with stricter checking and better formatting \
|
|
than the traditional data frame.
|
|
homepage https://tibble.tidyverse.org
|
|
checksums rmd160 cd75c79925aed196e6f27c4a81a3ae9acdab0d57 \
|
|
sha256 fbcb5752ea14183afea0382955d678a1130bc91e96102ab31ce4509584892ea8 \
|
|
size 5170127
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-fansi \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-pillar \
|
|
port:R-pkgconfig \
|
|
port:R-rlang \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-bench \
|
|
port:R-bit64 \
|
|
port:R-blob \
|
|
port:R-brio \
|
|
port:R-callr \
|
|
port:R-cli \
|
|
port:R-covr \
|
|
port:R-crayon \
|
|
port:R-DiagrammeR \
|
|
port:R-dplyr \
|
|
port:R-evaluate \
|
|
port:R-formattable \
|
|
port:R-ggplot2 \
|
|
port:R-here \
|
|
port:R-hms \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-lubridate \
|
|
port:R-mockr \
|
|
port:R-nycflights13 \
|
|
port:R-pkgbuild \
|
|
port:R-pkgload \
|
|
port:R-purrr \
|
|
port:R-rmarkdown \
|
|
port:R-stringi \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-withr
|
|
|
|
test.run yes
|
|
# https://github.com/tidyverse/tibble/issues/1575
|
|
test.args-append --ignore-vignettes
|