adjusted where the html file is saved
This commit is contained in:
parent
f5897c8b4c
commit
027d2b6f5d
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
route_analysis: R/route_analysis.Rmd
|
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 = "~/route_analysis/", output_dir = "~/route_analysis/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
|
clean: clean-data clean-figure clean-script
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ ggmap(basemap) +
|
|||||||
x = NULL,
|
x = NULL,
|
||||||
y = NULL,
|
y = NULL,
|
||||||
color = NULL,
|
color = NULL,
|
||||||
linewidth = "How many students can use road") +
|
linewidth = "How many students would use road") +
|
||||||
theme(axis.text=element_blank(),
|
theme(axis.text=element_blank(),
|
||||||
axis.ticks=element_blank(),
|
axis.ticks=element_blank(),
|
||||||
plot.caption = element_text(color = "grey")) +
|
plot.caption = element_text(color = "grey")) +
|
||||||
@ -154,7 +154,7 @@ ggmap(basemap) +
|
|||||||
x = NULL,
|
x = NULL,
|
||||||
y = NULL,
|
y = NULL,
|
||||||
color = NULL,
|
color = NULL,
|
||||||
linewidth = "How many students can use road") +
|
linewidth = "How many students would use road") +
|
||||||
theme(axis.text=element_blank(),
|
theme(axis.text=element_blank(),
|
||||||
axis.ticks=element_blank(),
|
axis.ticks=element_blank(),
|
||||||
plot.caption = element_text(color = "grey")) +
|
plot.caption = element_text(color = "grey")) +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user