From 8b97ad5762242138aece50b96c40ab6b83774b4b Mon Sep 17 00:00:00 2001 From: andrewjbe <56839927+andrewjbe@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:09:54 -0600 Subject: [PATCH] fix dependancy bs --- DESCRIPTION | 1 + vignettes/ojothemes-vignette.Rmd | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 249ca86..3316c05 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,6 +34,7 @@ Imports: Suggests: ggrepel, knitr, + ojodb, rmarkdown, testthat (>= 3.0.0), tibble, diff --git a/vignettes/ojothemes-vignette.Rmd b/vignettes/ojothemes-vignette.Rmd index f96a1ce..66f66e0 100644 --- a/vignettes/ojothemes-vignette.Rmd +++ b/vignettes/ojothemes-vignette.Rmd @@ -19,7 +19,9 @@ This guide will walk you through the themes and tools available in the `ojoTheme ```{r setup} library(ojothemes) library(ojodb) -library(tidyverse) +library(dplyr) +library(ggplot2) +library(lubridate) library(gt) # Test data from OCDC