You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if I'm missing something simple, but the index.Rmd file is failing at line 250–255. I'm running it within a freshly downloaded repo. R version is 3.5.3 (64-bit) but I'm on Windows, not Linux -- I don't know if that has anything to do with this error. Please find the traceback below as well.
Code that fails
# read in raster of relief
relief <- raster("input/02-relief-ascii.asc") %>%
# hide relief outside of Switzerland by masking with country borders
mask(country_geo) %>%
as("SpatialPixelsDataFrame") %>%
as.data.frame() %>%
rename(value = `X02.relief.ascii`)
The text was updated successfully, but these errors were encountered:
asifm
changed the title
Error in .f(.x[[i]], ...) : object 'X02.relief.ascii' not found
Fails to read raster of relief: object 'X02.relief.ascii' not found
Jan 3, 2020
asifm
changed the title
Fails to read raster of relief: object 'X02.relief.ascii' not found
Fails to rename: object 'X02.relief.ascii' not found
Jan 3, 2020
Hi, I'm not sure if I'm missing something simple, but the index.Rmd file is failing at line 250–255. I'm running it within a freshly downloaded repo. R version is 3.5.3 (64-bit) but I'm on Windows, not Linux -- I don't know if that has anything to do with this error. Please find the traceback below as well.
Code that fails
Traceback
The text was updated successfully, but these errors were encountered: