Added descriptive text to WI-schools-cycle.Rmd

This commit is contained in:
syounkin 2024-11-22 11:08:43 -06:00
parent 15656c9ca0
commit d0eecdc2c5
2 changed files with 55 additions and 22 deletions

View file

@ -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")'