Skip to content

Commit

Permalink
Restore DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 12, 2024
1 parent 96fd228 commit f62c794
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Depends:
R (>= 4.3)
Suggests:
MsCoreUtils,
xcms (>= 4.1.5),
Spectra (>= 1.11.10),
MsExperiment,
MsIO,
MsBackendMetaboLights,
readxl,
limma,
matrixStats,
Expand Down
4 changes: 2 additions & 2 deletions vignettes/a-end-to-end-untargeted-metabolomics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Complete end-to-end LC-MS/MS Metabolomic Data analysis"
format: html
tbl-cap-location: bottom
editor: visual
minimal: true
date: 'Compiled: `r format(Sys.Date(), "%B %d, %Y")`'
bibliography: references.bib
vignette: >
%\VignetteIndexEntry{Complete end-to-end LC-MS/MS Metabolomic Data analysis}
%\VignetteEngine{quarto::html}
Expand Down 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
10 changes: 4 additions & 6 deletions vignettes/dataset-investigation.qmd
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
---
title: "Dataset investigation: What to do when you get your data"
format: html
editor: visual
minimal: true
date: 'Compiled: `r format(Sys.Date(), "%B %d, %Y")`'
vignette: >
%\VignetteIndexEntry{Dataset investigation: What to do when you get your data}
%\VignetteEngine{quarto::html}
%\VignetteEncoding{UTF-8}
knitr:
opts_chunk:
collapse: true
comment: '#>'
---

## In Construction

```{r}
```{r setup, include=FALSE}
library(knitr)
library(quarto)
#knitr::opts_knit$set(root.dir = './')
knitr::opts_knit$set(root.dir = './')
```

# Introduction
Expand Down

0 comments on commit f62c794

Please sign in to comment.