You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/advanced_features.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ head(stations)
210
210
211
211
For troubleshooting routing issues, you can visualise the traversal permissions of street edges, the bike safety of edges, and how transit stops are linked to streets. For these additional debug layers to be available, add `?debug_layers=true` to the URL, like this: `http://localhost:8080?debug_layers=true`. The extra layers will be listed in the layer stack menu.
212
212
213
-
You can read more about the different debug layers in the official OTP documentation: [http://docs.opentripplanner.org/en/latest/Troubleshooting-Routing/#debug-layers](http://docs.opentripplanner.org/en/latest/Troubleshooting-Routing/#debug-layers).
213
+
You can read more about the different debug layers in the official [OTP documentation](https://docs.opentripplanner.org/en/latest/Troubleshooting-Routing/#debug-layers).
Copy file name to clipboardExpand all lines: vignettes/prerequisites.Rmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ For more on local versus remote routing services, see the Transportation chapter
29
29
30
30
### What are R and RStudio?
31
31
32
-
[R](https://www.r-project.org/) is an open-source programming language and free software environment for statistical computing and graphics. R has many capabilities for analysing data and writing software, but in this context, its ability to produce and analyse spatial data and maps is most relevant. [RStudio](https://www.rstudio.com/) is an Integrated Development Environment (IDE) for R which is free for personal use.
32
+
[R](https://www.r-project.org/) is an open-source programming language and free software environment for statistical computing and graphics. R has many capabilities for analysing data and writing software, but in this context, its ability to produce and analyse spatial data and maps is most relevant. [RStudio](https://posit.co/products/open-source/rstudio/) is an Integrated Development Environment (IDE) for R which is free for personal use.
33
33
34
34
### What is an R package?
35
35
36
36
An R package is a small piece of software that extends the basic capabilities of R. It is a bit like how a new phone can do some things out of the box (make phone calls, send email) but you have to install apps to add extra abilities.
37
37
38
38
### Help with R
39
39
40
-
To get started with R, see [An Introduction to R](https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf) or from within R by running `help.start()`, introductory tutorials such as DataCamp's free Introduction to R course, or the [R tutor website](http://www.r-tutor.com/r-introduction). The [Geocomputation with R](https://geocompr.robinlovelace.net) book covers the packages and skills required to analyse spatial datasets such as those produced by OpenTripPlanner.
40
+
To get started with R, see [An Introduction to R](https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf) or from within R by running `help.start()`, introductory tutorials such as DataCamp's free Introduction to R course, or the [R tutor website](https://www.r-tutor.com/r-introduction). The [Geocomputation with R](https://geocompr.robinlovelace.net) book covers the packages and skills required to analyse spatial datasets such as those produced by OpenTripPlanner.
41
41
42
42
A video tutorial for installing R and RStudio
43
43
@@ -84,7 +84,7 @@ OTP is optimised for city-scale routing and performance will degrade with larger
84
84
The OpenTripPlanner for R package requires:
85
85
86
86
* R - [download R](https://cran.r-project.org/mirrors.html) selecting your country (or nearest available country)
87
-
* RStudio - [download free version](https://www.rstudio.com/products/rstudio/download/) for personal use. RStudio is not essential but is strongly recommended.
87
+
* RStudio - [download free version](https://posit.co/download/rstudio-desktop/) for personal use. RStudio is not essential but is strongly recommended.
88
88
* Java **Note** The version of Java you need depends on the version of OTP you want to use.
0 commit comments