Better fix to data link issue
This commit is contained in:
parent
bec162ea4d
commit
a389ec2b65
2 changed files with 10 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
route_analysis: R/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 = "./R/route_analysis.Rmd", output_file = "./html/route_analysis.html")'
|
||||
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 = "./R/route_analysis.Rmd", output_file = "./html/route_analysis.html")'
|
||||
|
||||
clean: clean-data clean-figure clean-script
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue