Skip to content

Commit

Permalink
fix fareto_debug docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Jun 11, 2024
1 parent b4e72ea commit bac9083
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions r-package/R/fareto_debug.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
#'
#' This is primarily intended for debugging the fare system code. Fareto is an external tool
#' that provides visualization for R5's McRAPTOR fare calculator. To use this,
#' run faretoJson(...) as if you were running paretoFrontier(...). The return value is a JSON-formatted
#' string. Clone the fareto-examples repository (https://github.com/mattwigway/fareto-examples) and put
#' that output into the results/ directory. Serve the repository over http (e.g. python -m http.server),
#' and browse to http://localhost:post/?load=file-name-without-dot-json. So for instance if you called it
#' r5r.json, you would browse to http://localhost:port/?load=r5r
#' run fareto_debug(...) as if you were running paretoFrontier(...). The return value is a JSON-formatted
#' string. Use [rfareto](https://github.com/mattwigway/rfareto) to visualize the results.
fareto_debug <- function(r5r_core,
origins,
destinations,
Expand Down

0 comments on commit bac9083

Please sign in to comment.