From b0fd6d4311a18f7c7f42382c4c7c9d0caa2c3abe Mon Sep 17 00:00:00 2001 From: Adriano Rutz Date: Wed, 7 Aug 2024 13:34:55 +0200 Subject: [PATCH] fix --- R/install.R | 6 ++---- codemeta.json | 2 +- tests/testthat/test-functions.R | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/R/install.R b/R/install.R index ea6d8bc9..1402f858 100644 --- a/R/install.R +++ b/R/install.R @@ -72,8 +72,7 @@ install <- function(test = FALSE) { "https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://cloud.r-project.org" - ), - INSTALL_opts = c("--no-test-load") + ) ) TRUE }, @@ -94,8 +93,7 @@ install <- function(test = FALSE) { "https://bioc.r-universe.dev", "https://cloud.r-project.org" ), - type = "source", - INSTALL_opts = c("--no-test-load") + type = "source" ) TRUE }, diff --git a/codemeta.json b/codemeta.json index b408991e..fe8f63d3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -618,7 +618,7 @@ "SystemRequirements": null }, "keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"], - "fileSize": "3163.193KB", + "fileSize": "3163.166KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/tests/testthat/test-functions.R b/tests/testthat/test-functions.R index 23d8c5f8..1a00abf4 100644 --- a/tests/testthat/test-functions.R +++ b/tests/testthat/test-functions.R @@ -622,7 +622,5 @@ test_that(desc = "Test functions", code = { parse_cli_params(arguments = arguments, parameters = params) - tima_full() - succeed() })