mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 Merck gsDesign2 1.1.2 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Group sequential design with non-constant effect
|
|
long_description {*}${description}
|
|
homepage https://merck.github.io/gsDesign2
|
|
checksums rmd160 a9923a9953d1f1183da6db3975685d08cd4fedf3 \
|
|
sha256 8ffe7d2ea6ded232fc8403b806aee34e92ed01aca338a27b4f2f8053c8302af9 \
|
|
size 26027331
|
|
|
|
depends_lib-append port:R-corpcor \
|
|
port:R-data.table \
|
|
port:R-dplyr \
|
|
port:R-gsDesign \
|
|
port:R-gt \
|
|
port:R-mvtnorm \
|
|
port:R-npsurvSS \
|
|
port:R-r2rtf \
|
|
port:R-Rcpp \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-kableExtra \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-simtrial \
|
|
port:R-testthat
|
|
|
|
test.run yes
|