Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 11, 2024
1 parent 7a9acd9 commit 5cc019a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
"SystemRequirements": null
},
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
"fileSize": "2317.482KB",
"fileSize": "2317.54KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
5 changes: 3 additions & 2 deletions inst/pipelines/_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ library(targets)
tar_option_set(
packages = c("tima"),
imports = c("tima"),
library = c("tima"),
memory = "transient",
garbage_collection = TRUE,
resources = tar_resources(
Expand All @@ -24,7 +25,7 @@ tar_option_set(
# to allow use_targets() to configure tar_make_future() options.

# Run the R scripts in the R/ folder with your custom functions:
tar_source()
tar_source(files = system.file("R", package = "tima"))

# Replace the target list below with your own:
list(
Expand All @@ -41,7 +42,7 @@ list(
tar_target(
name = paths,
command = {
paths <- tima:::get_default_paths(yaml = yaml_paths)
paths <- get_default_paths(yaml = yaml_paths)
}
),
# tar_target(
Expand Down

0 comments on commit 5cc019a

Please sign in to comment.