From 96e67ae46df33ec6b0d24d40946a3290af055e57 Mon Sep 17 00:00:00 2001 From: asizemore Date: Mon, 21 Jul 2025 15:11:15 -0400 Subject: [PATCH 1/2] require using updated veupathUtils version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1da689c..b3ba1e1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,7 +23,7 @@ Imports: SpiecEasi, stringi, vegan, - veupathUtils, + veupathUtils (>= 2.7.0), Depends: R (>= 2.10) Remotes: From 54c36748f9846ccc905c6e4cd5ea4b0bbb3bca44 Mon Sep 17 00:00:00 2001 From: asizemore Date: Mon, 21 Jul 2025 15:23:13 -0400 Subject: [PATCH 2/2] use correct veupathutils version --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b3ba1e1..e982e1e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,11 +23,11 @@ Imports: SpiecEasi, stringi, vegan, - veupathUtils (>= 2.7.0), + veupathUtils (>= 2.7.0) Depends: R (>= 2.10) Remotes: - microbiomeDB/veupathUtils + VEuPathDB/veupathUtils LinkingTo: Rcpp URL: https://github.com/microbiomeDB/microbiomeComputations, https://microbiomedb.github.io/microbiomeComputations/ BugReports: https://github.com/microbiomeDB/microbiomeComputations/issues