diff --git a/vignettes/lcms_annotation_tutorial.Rmd b/vignettes/lcms_annotation_tutorial.Rmd index 8d4cb41..da1fdf6 100644 --- a/vignettes/lcms_annotation_tutorial.Rmd +++ b/vignettes/lcms_annotation_tutorial.Rmd @@ -29,7 +29,7 @@ We will first set up the environment by loading the required packages. xcms is u ```{r import packages, message=FALSE, warning=FALSE} library(GlycoAnnotateR) -library(tidyverse) +library(dplyr) library(xcms) library(CAMERA) library(ggplot2)