From 261b84ae735ff8aca1d841e6d5a8f6b0ab8bb2d4 Mon Sep 17 00:00:00 2001 From: barracuda156 Date: Sat, 4 May 2024 01:00:35 +0800 Subject: [PATCH] R-simtrial: update to 0.4.1 --- R/R-simtrial/Portfile | 29 +++++++++++++++++++++++------ R/R-survRM2/Portfile | 20 ++++++++++++++++++++ 2 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 R/R-survRM2/Portfile diff --git a/R/R-simtrial/Portfile b/R/R-simtrial/Portfile index 437aa7e30b22c..b51529740b6ba 100644 --- a/R/R-simtrial/Portfile +++ b/R/R-simtrial/Portfile @@ -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 diff --git a/R/R-survRM2/Portfile b/R/R-survRM2/Portfile new file mode 100644 index 0000000000000..57a18fff6cc69 --- /dev/null +++ b/R/R-survRM2/Portfile @@ -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