Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 7, 2024
1 parent a2a1558 commit b0fd6d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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
},
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
"SystemRequirements": null
},
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
"fileSize": "3163.193KB",
"fileSize": "3163.166KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,5 @@ test_that(desc = "Test functions", code = {

parse_cli_params(arguments = arguments, parameters = params)

tima_full()

succeed()
})

0 comments on commit b0fd6d4

Please sign in to comment.