From 4375e4572432b0526459d0c5f4f2b231b9ca3b0a Mon Sep 17 00:00:00 2001 From: Vito Zanotelli Date: Wed, 17 Apr 2024 17:13:04 +0200 Subject: [PATCH 1/3] Add `scico` dependency As per issue #1 this is required to install the package --- DESCRIPTION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index 29c6f9c..339375c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,3 +9,5 @@ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.2 +Imports: + scico From e82e5d8fc9346f23a268b4206763bf0c4efbb230 Mon Sep 17 00:00:00 2001 From: Vito Zanotelli Date: Thu, 18 Apr 2024 14:01:35 +0200 Subject: [PATCH 2/3] Add more required dependencies More imports are needed to install ACMGuru from a clean environment. --- DESCRIPTION | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 339375c..88eb0c3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,4 +10,8 @@ Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.2 Imports: - scico + scico, + dplyr, + tidyr, + data.table, + stringr From 1ae665fc66ea6e0b3e701ea92ab222b471ca6187 Mon Sep 17 00:00:00 2001 From: Vito Zanotelli Date: Thu, 18 Apr 2024 14:28:53 +0200 Subject: [PATCH 3/3] Add ggplot2 dependency --- DESCRIPTION | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 88eb0c3..e539c47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,8 +10,12 @@ Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.2 Imports: - scico, - dplyr, - tidyr, + data.table, + dplyr, + ggplot2, + scico, stringr + tidyr + +