Skip to content

Commit

Permalink
Disable saving of RData
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 10, 2024
1 parent 3bcbdf9 commit 7cd158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/a-end-to-end-untargeted-metabolomics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ Javascript as well as loaded easily back into R.
# d <- file.path(tempdir(), "objects/lcms1")
# saveMsObject(lcms1, AlabasterParam(path = d))
#for now let's do R object because the previous method is not implemented yet.
save(lcms1, file = "preprocessed_lcms1.RData")
#save(lcms1, file = "preprocessed_lcms1.RData")
```

# Data normalization
Expand Down

0 comments on commit 7cd158b

Please sign in to comment.