Skip to content

Commit

Permalink
add note about why vignette was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 10, 2021
1 parent d85ae2b commit b74a2b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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.4.204
Version: 0.0.4.205
Authors@R:
c(person(given = "Mark",
family = "Padgham",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.4.204",
"version": "0.0.4.205",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 2 additions & 0 deletions vignettes/gtfsrouter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ isochrone_exists <- file.exists (fig_name)
plot (ic)
```
```{r isochrone-mapshot, eval = !isochrone_exists, echo = FALSE}
# https://github.com/r-spatial/mapview/issues/321
# -> currently requires mapview v >= 2.9.8
m <- plot (ic)
mapview::mapshot (m, file = fig_name)
```
Expand Down
Binary file modified vignettes/isochrone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b74a2b7

Please sign in to comment.