mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran ludvigolsen groupdata2 2.0.3
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Create groups from data
|
|
long_description {*}${description}
|
|
checksums rmd160 333e0481f10cf23a60f675edab21a9d4166be3a3 \
|
|
sha256 1f7b4c4fb27741082bb5db758a58d421ba0b54991d41ffa34d81797670352264 \
|
|
size 1321053
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-dplyr \
|
|
port:R-lifecycle \
|
|
port:R-numbers \
|
|
port:R-plyr \
|
|
port:R-purrr \
|
|
port:R-rearrr \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-broom \
|
|
port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-lmerTest \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-xpectr
|
|
|
|
# One test failed on ppc due to rounding: https://github.com/LudvigOlsen/groupdata2/issues/10
|
|
test.run yes
|