mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2025-06-13 10:04:09 +00:00
added files
This commit is contained in:
parent
61f39ecd34
commit
099bed2021
7 changed files with 927 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
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")'
|
Loading…
Add table
Add a link
Reference in a new issue