From 0d8e891732dcd8857776c37439b00e048b79bd4c Mon Sep 17 00:00:00 2001 From: Nick McKay Date: Tue, 9 Jul 2024 09:31:21 -0700 Subject: [PATCH] Update neotoma2lipd.R --- R/neotoma2lipd.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/neotoma2lipd.R b/R/neotoma2lipd.R index d1157ae..ae350e1 100644 --- a/R/neotoma2lipd.R +++ b/R/neotoma2lipd.R @@ -375,10 +375,11 @@ getPaleoDataNeotoma2 <- function(site){ #' #' @examples #' +#' \dontrun{ #' B <- neotoma2::get_sites(sitename = "Bambili 2") #' D <- neotoma2::get_downloads(B) #' L <- neotoma2lipd(D) -#' +#' } neotoma2lipd <- function(site){ if (!requireNamespace("neotoma2", quietly = TRUE)) {