Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Sep 1, 2024
1 parent 261e45a commit 57b1890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions R/playback.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ playbackDependencies <- function() {
#' @export
#' @inheritParams leaflet::addMarkers
#' @inherit leaflet::addMarkers return
#' @examples \dontrun{
#' @examples
#' library(leaflet)
#' library(leaflet.extras2)
#' library(sf)
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ reference:
- matches("mapkey")
- title: Moving Markers
contents:
- matches("movingMarker")
- matches("Moving")
- matches("movingMarker")
- title: OpenWeatherMap
contents:
- matches("Openweather")
Expand Down

0 comments on commit 57b1890

Please sign in to comment.