From 57b18903da026ac8429f6c727a801b4e12fbe526 Mon Sep 17 00:00:00 2001 From: Sebastian Gatscha Date: Sun, 1 Sep 2024 23:08:48 +0200 Subject: [PATCH] examples --- R/playback.R | 3 +-- _pkgdown.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/R/playback.R b/R/playback.R index c2f6e37f..de517360 100644 --- a/R/playback.R +++ b/R/playback.R @@ -38,7 +38,7 @@ playbackDependencies <- function() { #' @export #' @inheritParams leaflet::addMarkers #' @inherit leaflet::addMarkers return -#' @examples \dontrun{ +#' @examples #' library(leaflet) #' library(leaflet.extras2) #' library(sf) @@ -94,7 +94,6 @@ playbackDependencies <- function() { #' color = c("red","green","blue", #' "orange","yellow")), #' pathOpts = pathOptions(weight = 5)) -#' } addPlayback <- function(map, data, time = "time", icon = NULL, pathOpts = pathOptions(), popup = NULL, diff --git a/_pkgdown.yml b/_pkgdown.yml index ee7e426d..2c74d53d 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -65,8 +65,8 @@ reference: - matches("mapkey") - title: Moving Markers contents: - - matches("movingMarker") - matches("Moving") + - matches("movingMarker") - title: OpenWeatherMap contents: - matches("Openweather")