Skip to content

Commit

Permalink
add missing temporary directory in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Jul 2, 2024
1 parent 7ac43ec commit 992c34a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/leaflet_graph.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#' Plot the leaflet graphs for detection and individual
#' @param station_spatial is created by prep_station_spatial,which is a spatial object with the geometry
#'
#' @param station_spatial sf spatial data/frame created by prep_station_spatial
#'
#' @export

leaflet_graph <- function(station_spatial) {
Expand Down
3 changes: 3 additions & 0 deletions R/match_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#'
#' @examples
#' \dontrun{
#' td <- file.path(tempdir(), "matos_test_files")
#' dir.create(td)
#'
#' # Receiver
#' download.file(
#' paste0(
Expand Down
3 changes: 3 additions & 0 deletions R/matched_abacus.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#'
#' @examples
#' \dontrun{
#' td <- file.path(tempdir(), "matos_test_files")
#' dir.create(td)
#'
#' # Get a detection file
#' download.file(
#' paste0(
Expand Down
3 changes: 3 additions & 0 deletions R/prep_station_spatial.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#'
#' @examples
#' \dontrun{
#' td <- file.path(tempdir(), "matos_test_files")
#' dir.create(td)
#'
#' # Get an extract file
#' download.file(
#' paste0(
Expand Down
2 changes: 1 addition & 1 deletion R/remaining_transmitters.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @examples
#' \dontrun{
#' #' # Set up example data
#' # Set up example data
#' td <- file.path(tempdir(), "otndo_example")
#' dir.create(td)
#'
Expand Down

0 comments on commit 992c34a

Please sign in to comment.