Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 8, 2024
1 parent 40891d7 commit 81a05f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
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": "2358.141KB",
"fileSize": "2358.163KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ test_that(desc = "Test functions", code = {
)

## in cache version
copy_backbone()
get_example_files()
tima:::.onLoad()
tima:::.onAttach()
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/I-gathering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ knitr::opts_knit$set(root.dir = "../..")

```{r tima, results="hide", message=FALSE, warning=FALSE, include = FALSE}
library("tima")
go_to_cache()
```
This vignette describes...

Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/II-preparing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ knitr::opts_knit$set(root.dir = "../..")

```{r tima, results="hide", message=FALSE, warning=FALSE, include = FALSE}
library("tima")
go_to_cache()
```

This vignette describes the main steps of the annotation process.
Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/III-processing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ knitr::opts_knit$set(root.dir = "../..")

```{r tima, results="hide", message=FALSE, warning=FALSE, include = FALSE}
library("tima")
go_to_cache()
```

This vignette describes how **T**axonomically **I**nformed **M**etabolite **A**nnotation is performed.
Expand Down

0 comments on commit 81a05f3

Please sign in to comment.