Added descriptive text to WI-schools-cycle.Rmd
This commit is contained in:
parent
15656c9ca0
commit
d0eecdc2c5
2 changed files with 55 additions and 22 deletions
3
Makefile
3
Makefile
|
@ -2,7 +2,8 @@ all: data containers cycle
|
|||
|
||||
data: osrm-data brouter-data
|
||||
containers: osrm-container brouter-container
|
||||
cycle: WI-schools-cycle
|
||||
WI-cycle: WI-schools-cycle
|
||||
cycle: cycle_brouter
|
||||
|
||||
walk: route_analysis.Rmd
|
||||
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "./", output_dir = "./html", input = "./route_analysis.Rmd", output_file = "./html/route_analysis.html")'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue