Skip to content

Commit

Permalink
Fixed parameter name in set_suboptimal_minutes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpsaraiva committed Feb 26, 2021
1 parent f98469a commit 7fccd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r-package/R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ set_max_rides <- function(r5r_core, max_rides) {
#' @description Set suboptimalMinutes parameter in R5.
#'
#' @param r5r_core rJava object to connect with R5 routing engine
#' @param minutes numeric. The number of suboptimal minutes in a public transport
#' @param suboptimal_minutes numeric. The number of suboptimal minutes in a public transport
#' point-to-point query. From R5's documentation:
#' This parameter compensates for the fact that GTFS does not
#' contain information about schedule deviation (lateness).
Expand Down
2 changes: 1 addition & 1 deletion r-package/man/set_suboptimal_minutes.Rd

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

0 comments on commit 7fccd20

Please sign in to comment.