Skip to content

Commit

Permalink
Merge pull request #48 from margotbligh/dev
Browse files Browse the repository at this point in the history
install CAMERA in tutorial to get pkgdown to run
  • Loading branch information
margotbligh authored Feb 29, 2024
2 parents 55f19c9 + 130fbae commit 8f64a73
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ Imports:
dplyr,
stringr,
data.table,
xcms
xcms,
scales,
ggplot2,
ggrepel,
CAMERA
biocViews:
xcms
xcms,
CAMERA
Config/reticulate:
list(
packages = list(
Expand Down
7 changes: 7 additions & 0 deletions vignettes/lcms_annotation_tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ We will first set up the environment by loading the required packages. xcms is u

# Load required packages

```{r install CAMERA, echo=FALSE, include=FALSE}
library(BiocManager)
BiocManager::install('CAMERA', update = T)
```


```{r import packages, message=FALSE, warning=FALSE}
library(GlycoAnnotateR)
library(dplyr)
Expand Down

0 comments on commit 8f64a73

Please sign in to comment.