From 43bc40ff1515abaf57755216abad4fe25cf0c308 Mon Sep 17 00:00:00 2001 From: ARIADNA BATALLA FERRES Date: Thu, 31 Jul 2025 15:53:01 +0200 Subject: [PATCH 1/2] Add blank line to DESCRIPTION to avoid 'incomplete final line' warning --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9caed25..90fc666 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,4 +22,4 @@ BugReports: https://earth.bsc.es/gitlab/es/easyNCDF/-/issues SystemRequirements: netcdf development libraries RoxygenNote: 7.3.1 Encoding: UTF-8 -Config/testthat/edition: 3 \ No newline at end of file +Config/testthat/edition: 3 -- GitLab From 28901ff4b29135f494c6c8c6f163a0cccab66881 Mon Sep 17 00:00:00 2001 From: ARIADNA BATALLA FERRES Date: Thu, 31 Jul 2025 17:18:04 +0200 Subject: [PATCH 2/2] Add testthat to DESCRIPTION to fix warning: 'library' or 'require' call not declared from: 'testthat' --- DESCRIPTION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index 90fc666..3683b7c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,6 +16,8 @@ Depends: Imports: ncdf4, abind +Suggests: + testthat License: GPL-3 URL: https://earth.bsc.es/gitlab/es/easyNCDF BugReports: https://earth.bsc.es/gitlab/es/easyNCDF/-/issues -- GitLab