We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5174d38 commit b174607Copy full SHA for b174607
R/mod_prepare_data.R
@@ -307,7 +307,7 @@ mod_prepare_data <- function(
307
## CHELSA -----
308
309
ecokit::cat_time("CHELSA", level = 1L, verbose = verbose_progress)
310
- r_chelsa <- fs::path(path_chelsa, "projected_rdata", "r_current.RData")
+ r_chelsa <- fs::path(path_chelsa, "projected_rdata", "R_current.RData")
311
if (!fs::file_exists(r_chelsa)) {
312
ecokit::stop_ctx(
313
"r_chelsa file does not exist", r_chelsa = r_chelsa,
0 commit comments