Skip to content

Commit

Permalink
R-simtrial: update to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 3, 2024
1 parent c534af9 commit 261b84a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
29 changes: 23 additions & 6 deletions R/R-simtrial/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,37 @@
PortSystem 1.0
PortGroup R 1.0

R.setup github Merck simtrial 0.3.2 v
revision 1
R.setup github Merck simtrial 0.4.1 v
revision 0
maintainers nomaintainer
license GPL-3
description Clinical Trial Simulation
long_description {*}${description}
homepage https://merck.github.io/simtrial
checksums rmd160 d9657fdb78b70d432a2e8f882faf67a181b55b4e \
sha256 aef1a559d1e9c1d7d3efa51131b4b6fea18a16b07771562603d7167ecfd7c14e \
size 869699
checksums rmd160 9d8a69b99cb5350b792c437fa2e03f1756b76908 \
sha256 cb5c5c47b258ab71eb03e93ae4b41ec7ce307e5f3ae4655ecefabe2bd4912003 \
size 838076
github.tarball_from archive

depends_lib-append port:R-data.table \
port:R-doFuture \
port:R-foreach \
port:R-future \
port:R-mvtnorm \
port:R-Rcpp
port:R-Rcpp \
port:R-rlang

depends_test-append port:R-covr \
port:R-dplyr \
port:R-ggplot2 \
port:R-gsDesign \
port:R-gsDesign2 \
port:R-gt \
port:R-knitr \
port:R-rmarkdown \
port:R-survMisc \
port:R-survRM2 \
port:R-testthat \
port:R-tidyr

test.run yes
20 changes: 20 additions & 0 deletions R/R-survRM2/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- 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 cran huno survRM2 1.0-4
revision 0
maintainers nomaintainer
license GPL-2
description Comparing restricted mean survival time
long_description {*}${description}
checksums rmd160 55ef0bebf81261c12a53a483ad80e7587bec70ba \
sha256 dc9dce563fbd56df482c73eb193ba608cd099d4f9419e1743359a98b86087879 \
size 152711
supported_archs noarch

depends_test-append port:R-knitr \
port:R-rmarkdown

test.run yes

0 comments on commit 261b84a

Please sign in to comment.