https://github.com/tom-n-walker/uphill-plants-soil-carbon
Raw File
Tip revision: 84beafabeca10c7be201c8070b5bc8ef12e3255b authored by Tom Walker on 06 September 2021, 07:47:08 UTC
Added data processing scripts; edited .gitignore.
Tip revision: 84beafa
.gitignore
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData

# RStudio files
.Rproj.user/

# Produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
.Rproj.user

# Markdown cache
*_cache/

# Drake cache
.drake/

# Raw data folder
data/

# Figure folder
figure_builds/

# Rasters & shapefiles
*.bil
*.blw
*.hdr
*.prj
*.hproj

# Figures & output
*.html
*.pdf
*.Rmd
*.doc
*.docx
*.tif
*.tiff
*.eps
*.png
*.jpg
*.jpeg
*.ai

# DS store
*.DS_Store
_DS_Store
back to top