mirror of
				https://github.com/kidwellj/mapping_environmental_action.git
				synced 2025-11-04 01:34:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			302 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			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")'
 |