From 34998ac9625e9ed8b34d71372822fdf11807d870 Mon Sep 17 00:00:00 2001 From: Adriano Rutz Date: Wed, 3 Jul 2024 10:06:22 +0200 Subject: [PATCH] Improve tests --- R/get_params.R | 2 +- codemeta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/get_params.R b/R/get_params.R index 3af836877..eb11a06d6 100644 --- a/R/get_params.R +++ b/R/get_params.R @@ -17,7 +17,7 @@ get_params <- function(step) { paths <- parse_yaml_paths() steps <- - list.files(path = file.path(paths$inst$scripts$docopt)) |> + list.files(path = system.file("scripts/docopt/", package = "timaR")) |> stringi::stri_replace_all_fixed(pattern = ".txt", replacement = "") default_path <- diff --git a/codemeta.json b/codemeta.json index c986c47ac..e773841fd 100644 --- a/codemeta.json +++ b/codemeta.json @@ -578,7 +578,7 @@ "SystemRequirements": null }, "keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"], - "fileSize": "4379.479KB", + "fileSize": "4379.46KB", "citation": [ { "@type": "ScholarlyArticle",