From 80553e47abf95507bb24375406565de043b5b7aa Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Fri, 4 Apr 2025 14:42:24 -0400 Subject: [PATCH] Update minimum version of R CRAN checks are throwing a NOTE for use of pipe/shorthand notation without pinning minimum version of R. This PR sets the minimum version to R 4.3 as that's currently R-oldrelease --- DESCRIPTION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index 447e9776ad..bc8deff55c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,6 +23,8 @@ SystemRequirements: A C++17 compiler is required; on macOS compilation version 1 build selected); on x86_64 and M1 platforms pre-built TileDB Embedded libraries are available at GitHub and are used if no TileDB installation is detected, and no other option to build or download was specified by the user. +Depends: + R (>= 4.3) Imports: methods, Rcpp (>= 1.0.8),