Skip to content

Commit

Permalink
checking that RMarkdown runs
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler committed Feb 18, 2023
1 parent 2acf3a9 commit 45777c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
04-paper/revisions/*
04-paper/proofs/*
04-paper/diffs/*
.Rproj.user
4 changes: 2 additions & 2 deletions 02-analysis/glc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ processed.data.dir = file.path(data.dir, 'processed')
figure.dir <- file.path('..', '03-figures')
# Landslide data from the NASA Global Landslide Catalog
slide.path <- file.path(raw.data.dir, 'glc', 'GLC20180821.csv')
slide.path <- file.path(raw.data.dir, 'glc', 'GLC20201204.csv')
# Fire data from the MODIS Burned Area dataset
modis.paths <- list.files(path = file.path(data.dir, "processed"),
modis.paths <- list.files(path = processed.data.dir,
pattern = 'slide_modisburndate_[ns][ew].csv',
full.names = T)
Expand Down

0 comments on commit 45777c5

Please sign in to comment.