Skip to content

Commit

Permalink
Rewrite source path for indicators script 1
Browse files Browse the repository at this point in the history
  • Loading branch information
soriadelva committed Feb 3, 2025
1 parent 123d8f4 commit 9733461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download_griis_checklist.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(magrittr)

# create temporary R file ####
tempR <- tempfile(fileext = ".R")
knitr::purl("https://raw.githubusercontent.com/trias-project/indicators/main/src/01_get_data_input_checklist_indicators.Rmd", output=tempR)
knitr::purl("https://raw.githubusercontent.com/trias-project/indicators/137-addupdate-rationale-to-calculate-the-ermerging-status-for-natura2000-sites-for-each-region-separately/src/01_get_data_input_checklist_indicators.Rmd", output=tempR)
source(tempR)
unlink(tempR)

Expand Down

0 comments on commit 9733461

Please sign in to comment.