Skip to content

Commit

Permalink
Mention getting started vignette in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 20, 2018
1 parent cb094a0 commit 612fd1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ The goal of Open Trip Planner for R is to provide a simple R interface to Open T

## Installation - Open Trip Planner

To use Open Trip Planner for R you will need a running instance of OTP. A basic tutorial on setting up OTP is available at http://docs.opentripplanner.org/en/latest/Basic-Tutorial/, and an intermediate tutorial complete with sample data is available at https://github.com/marcusyoung/otp-tutorial.
To use Open Trip Planner for R you will need a running instance of OTP. A basic tutorial on setting up OTP is available at http://docs.opentripplanner.org/en/latest/Basic-Tutorial/, and an intermediate tutorial complete with sample data is available at https://github.com/marcusyoung/otp-tutorial.

Instructons for installing OTP on Linux can be found in the [`getting-started` vignette](https://github.com/ITSLeeds/opentripplanner/blob/master/vignettes/getting_started.Rmd).


## Installation - R Package
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ A basic tutorial on setting up OTP is available at
intermediate tutorial complete with sample data is available at
<https://github.com/marcusyoung/otp-tutorial>.

Instructons for installing OTP on Linux can be found in the
[`getting-started`
vignette](https://github.com/ITSLeeds/opentripplanner/blob/master/vignettes/getting_started.Rmd).

## Installation - R Package

Install the package with **devtools** as follows:
Expand Down

0 comments on commit 612fd1c

Please sign in to comment.