mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2025-06-14 18:44:10 +00:00
Updating scripts, added license, contributor guidelines, shifting TODO lines to github issues
This commit is contained in:
parent
ec980c423d
commit
44c25d89f7
9 changed files with 834 additions and 34 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