From c46a01c936706906c4339d04da5d92efacf6bdf7 Mon Sep 17 00:00:00 2001 From: Fellinger Tobias Date: Fri, 6 Mar 2026 10:31:24 +0100 Subject: [PATCH] added dependency on R >= 4.2.0this is necessary because the package uses the pipe argument placeholder --- DESCRIPTION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index bdb05c8..43d6cfc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,6 +12,8 @@ Description: Density, distribution function, ... hazard function, cumulative A derivation of the used algorithms can be found in my masters thesis . Encoding: UTF-8 +Depends: + R (>= 4.2.0) Imports: Rcpp (>= 1.1.1), checkmate