You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
57 lines
2.0 KiB
Tcl
57 lines
2.0 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 huizezhang-sherry cubble 1.0.0
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Vector spatio-temporal data structure for data analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 1c0f12b5e0758e6d519976adf702fc026fc49741 \
|
|
sha256 e5ed70bd0bd1e1231c9d42669206064b6882027ac553b8a318c357087fac0574 \
|
|
size 3519407
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-glue \
|
|
port:R-lubridate \
|
|
port:R-ncdf4 \
|
|
port:R-rlang \
|
|
port:R-sf \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tidyselect \
|
|
port:R-tsibble \
|
|
port:R-vctrs
|
|
|
|
# Some optional test deps are omitted.
|
|
depends_test-append port:R-colorspace \
|
|
port:R-crosstalk \
|
|
port:R-GGally \
|
|
port:R-ggforce \
|
|
port:R-ggrepel \
|
|
port:R-knitr \
|
|
port:R-leaflet \
|
|
port:R-patchwork \
|
|
port:R-plotly \
|
|
port:R-purrr \
|
|
port:R-rmarkdown \
|
|
port:R-sftime \
|
|
port:R-spelling \
|
|
port:R-stars \
|
|
port:R-testthat \
|
|
port:R-units \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|
|
# Vignettes need some missing packages.
|
|
test.args-append --ignore-vignettes
|