Introduced Cycling Markdown Script
This commit is contained in:
parent
bfda9bb6ef
commit
91a5390480
2 changed files with 313 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,6 +1,9 @@
|
|||
route_analysis: route_analysis.Rmd
|
||||
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")'
|
||||
|
||||
cycle: cycling_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 = "./cycling_route_analysis.Rmd", output_file = "./html/cycling_route_analysis.html")'
|
||||
|
||||
clean: clean-data clean-figure clean-script
|
||||
|
||||
clean-data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue