From 18ff1596de7b137ea91928a9b477eedd0a8cb7aa Mon Sep 17 00:00:00 2001 From: Margot Bligh Date: Thu, 29 Feb 2024 16:09:31 +0100 Subject: [PATCH] change dependencies so tutorial can be built by pkgdown --- vignettes/lcms_annotation_tutorial.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)