From 36a6b76963ee37ea97f1781b7aa66cbaa0ef5356 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sat, 5 Apr 2025 23:42:08 +0800 Subject: [PATCH] Added dependency on R >= 3.5.0 --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index 9159c90..bdf5e4c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,6 +7,7 @@ Authors@R: c( person("Patrick", "McDermott", , "plmyt7@gmail.com", role = "ctb")) Maintainer: Andrew Zammit-Mangion Description: Provides data and helper functions for the Labs in the book. +Depends: R (>= 3.5.0) Imports: ggplot2, fields, Matrix License: GPL (>2.1) LazyData: TRUE