mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.4 KiB
Tcl
40 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
|
|
|
|
R.setup github keaven gsDesign 3.6.4 v
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Group Sequential Design
|
|
long_description {*}${description}
|
|
homepage https://keaven.github.io/gsDesign
|
|
checksums rmd160 62f396189a923c5ceb43f8de1a7c3ab9693b3b94 \
|
|
sha256 2bc15258e9b86436a3ae70cf7ac8f42c86fce7cd419c36d31eaf5bbf46ef01e9 \
|
|
size 6267313
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-gt \
|
|
port:R-magrittr \
|
|
port:R-r2rtf \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-xtable
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-gridExtra \
|
|
port:R-kableExtra \
|
|
port:R-knitr \
|
|
port:R-mvtnorm \
|
|
port:R-ragg \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-testthat
|
|
|
|
# Two tests fail on ppc: https://github.com/keaven/gsDesign/issues/90
|
|
test.run yes
|