mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2024-11-01 07:52:21 +00:00
8 lines
302 B
Makefile
8 lines
302 B
Makefile
|
html:
|
||
|
Rscript -e 'library(rmarkdown); rmarkdown::render("mapping_draft.Rmd", "html_document")'
|
||
|
|
||
|
hpc:
|
||
|
Rscript -e 'library(rmarkdown); rmarkdown::render("mapping_draft-hpc_optimised.Rmd", "html_document")'
|
||
|
|
||
|
pdf:
|
||
|
Rscript -e 'library(rmarkdown); rmarkdown::render("./mapping_draft.Rmd", "pdf_document")'
|