From eed866adfe6519050c9ea8cd146c7f8da6894338 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Tue, 3 Dec 2024 13:35:41 +0100 Subject: [PATCH] bump required R version 3.5.0 -> 4.1.0 Since templates in https://github.com/RMI-PACTA/templates.transition.monitor, which are rather critical to this repo's function, use the new native R pipe `|>`, which was introduced in R v4.1.0, seems safest to make it a requirement for this package. --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 34bbd00..2123a71 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,7 @@ Authors@R: Description: For more information visit . License: MIT + file LICENSE Depends: - R (>= 3.5) + R (>= 4.1.0) Imports: bookdown (>= 0.38), cli,