Skip to content

Commit bb7a392

Browse files
committed
don't run read_gtfs example
1 parent 79f9505 commit bb7a392

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

R/io.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
#'
1717
#' @seealso \code{\link{validate_gtfs}}
1818
#'
19-
#' @examples
19+
#' @examples \dontrun{
2020
#' local_gtfs_path <- system.file("extdata", "google_transit_nyc_subway.zip", package = "tidytransit")
2121
#' gtfs <- read_gtfs(local_gtfs_path)
2222
#' summary(gtfs)
2323
#'
2424
#' gtfs <- read_gtfs(local_gtfs_path, files = c("trips", "stop_times"))
2525
#' names(gtfs)
26-
#'
26+
#' }
2727
#' @importFrom gtfsio import_gtfs new_gtfs
2828
#' @export
2929
read_gtfs <- function(path, files = NULL, quiet = TRUE, ...) {

man/read_gtfs.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)