Skip to content

Commit

Permalink
remove example result comments that are rendered on pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Oct 18, 2024
1 parent b45c10b commit 89badeb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
11 changes: 0 additions & 11 deletions R/geo.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,8 @@ stop_group_distances = function(gtfs_stops, by = "stop_name") {
#' filter(stop_name == "86 St")
#'
#' table(stops_86_St$stop_name_cluster)
#' #> 86 St [1] 86 St [2] 86 St [3] 86 St [4] 86 St [5] 86 St [6]
#' #> 3 3 3 3 3 3
#'
#' stops_86_St %>% select(stop_id, stop_name, parent_station, stop_name_cluster) %>% head()
#' #> # A tibble: 6 × 4
#' #> stop_id stop_name parent_station stop_name_cluster
#' #> <chr> <chr> <chr> <chr>
#' #> 1 121 86 St "" 86 St [3]
#' #> 2 121N 86 St "121" 86 St [3]
#' #> 3 121S 86 St "121" 86 St [3]
#' #> 4 626 86 St "" 86 St [4]
#' #> 5 626N 86 St "626" 86 St [4]
#' #> 6 626S 86 St "626" 86 St [4]
#'
#' library(ggplot2)
#' ggplot(stops_86_St) +
Expand Down
15 changes: 0 additions & 15 deletions R/validate_gtfs.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@
#'
#' @examples
#' validate_gtfs(gtfs_duke)
#' #> # A tibble: 233 × 8
#' #> file file_spec file_provided_status field field_spec field_provided_status
#' #> <chr> <chr> <lgl> <chr> <chr> <lgl>
#' #> 1 agency req TRUE agenc… opt TRUE
#' #> 2 agency req TRUE agenc… req TRUE
#' #> 3 agency req TRUE agenc… req TRUE
#' #> 4 agency req TRUE agenc… req TRUE
#' #> 5 agency req TRUE agenc… opt TRUE
#' #> 6 agency req TRUE agenc… opt TRUE
#' #> 7 agency req TRUE agenc… opt TRUE
#' #> 8 agency req TRUE agenc… opt FALSE
#' #> 9 stops req TRUE stop_… req TRUE
#' #> 10 stops req TRUE stop_… opt TRUE
#' #> # 223 more rows
#' #> # 2 more variables: validation_status <chr>, validation_details <chr>
#'
#' \dontrun{
#' local_gtfs_path <- system.file("extdata", "nyc_subway.zip", package = "tidytransit")
Expand Down
11 changes: 0 additions & 11 deletions man/cluster_stops.Rd

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

15 changes: 0 additions & 15 deletions man/validate_gtfs.Rd

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

0 comments on commit 89badeb

Please sign in to comment.