From ab3f087d33a2d3c04e6f455d5e43e7bf835d5490 Mon Sep 17 00:00:00 2001 From: Jillian Dunic <> Date: Wed, 26 Jun 2024 14:24:02 -0700 Subject: [PATCH] fix build error --- DESCRIPTION | 3 ++- R/data.R | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d2fa5ca..f332e5e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -25,12 +25,13 @@ Imports: tidyr, rlang RoxygenNote: 7.3.1 -Suggests: +Suggests: usethis, testthat, knitr, rmarkdown, here, + ggplot2, sf VignetteBuilder: knitr Roxygen: list(markdown = TRUE) diff --git a/R/data.R b/R/data.R index 0de079c..ed4f80d 100644 --- a/R/data.R +++ b/R/data.R @@ -82,6 +82,7 @@ #'} #' #' @examplesIf requireNamespace("sf", quietly = TRUE) +#' requireNamespace("ggplot2", quietly = TRUE) #' library(sf) #' library(ggplot2) #' gfdata::survey_blocks |>