Skip to content

Commit

Permalink
donttest for long-running code block
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 8, 2022
1 parent 99b362c commit 1d949a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/df-spatial.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
#' @export
#'
#' @examples
#' \donttest{
#' load_longlake_data(which = c("longlake_osm", "longlake_depthdf"))
#' df_spatial(longlake_osm)
#' df_spatial(longlake_depthdf)
#' df_spatial(as(longlake_depthdf, "Spatial"))
#' }
#'
df_spatial <- function(x, ...) {
UseMethod("df_spatial")
Expand Down
2 changes: 2 additions & 0 deletions man/df_spatial.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d949a0

Please sign in to comment.