Skip to content

Commit

Permalink
update docs for max_transfers param of gtfs_route for #88
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jan 31, 2022
1 parent 44aff17 commit fa2e2cb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gtfsrouter
Title: Routing with GTFS (General Transit Feed Specification) Data
Version: 0.0.5.051
Version: 0.0.5.052
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Marcin", "Stepniak", , "marcinstepniak@ucm.es", role = "aut",
Expand Down
4 changes: 2 additions & 2 deletions R/router.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#' @param max_transfers If not `NA`, specify a desired maximum number of
#' transfers for the route (including but not exceeding this number). This
#' parameter may be used to generate alternative routes with fewer transfers,
#' although actual numbers of transfers may still exceed this number if a value
#' is specified which exceeds the minimal feasible number of transfers.
#' although actual numbers of transfers may still exceed this number if the
#' value specified is less than the minimal feasible number of transfers.
#' @param from_to_are_ids Set to `TRUE` to enable `from` and `to` parameter to
#' specify entries in `stop_id` rather than `stop_name` column of the `stops`
#' table.
Expand Down
15 changes: 12 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ATFutures/gtfs-router",
"issueTracker": "https://github.com/ATFutures/gtfs-router/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.5.51",
"version": "0.0.5.052",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -323,8 +323,17 @@
"fileSize": "6058.763KB",
"releaseNotes": "https://github.com/ATFutures/gtfs-router/blob/master/NEWS.md",
"readme": "https://github.com/ATFutures/gtfs-router/blob/main/README.md",
"contIntegration": ["https://github.com/atfutures/gtfs-router/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ATFutures/gtfs-router"],
"contIntegration": [
"https://github.com/atfutures/gtfs-router/actions?query=workflow%3AR-CMD-check",
"https://app.codecov.io/gh/ATFutures/gtfs-router"
],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["gtfs", "public-transportation", "router", "gtfs-router", "r-package"],
"keywords": [
"gtfs",
"public-transportation",
"router",
"gtfs-router",
"r-package"
],
"relatedLink": "https://CRAN.R-project.org/package=gtfsrouter"
}
4 changes: 2 additions & 2 deletions man/gtfs_route.Rd

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

0 comments on commit fa2e2cb

Please sign in to comment.