-
|
Hi everyone, When I try to run the simulation (in the tutorial, the first working example), I get this error message: I have folders in my working directory titled 'Inputs', 'Outputs' and 'Output_Maps'. Any ideas how to fix please? I'm using R Studio: RStudio 2022.02.3+492 "Prairie Trillium" Release (1db809b8323ba0a87c148d16eb84efe39a8e7785, 2022-05-20) for Windows With R Version 4.0.2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi Tom, the folders Inputs, Outputs and Output_Maps should be subfolders within a (sub)folder (dirpath) of your R working directory. Could it be, that you have the three folders inside the R working directory and not inside another subfolder of the R working directory? Best, |
Beta Was this translation helpful? Give feedback.
Hi Tom,
the folders Inputs, Outputs and Output_Maps should be subfolders within a (sub)folder (dirpath) of your R working directory.
In the case of the first working example, the subfolder inside the R working directory is called Overview (
dirpath = "Overview/") and inside this subfolder, the folders Inputs, Outputs and Output_Maps are created. When running RangeShiftR with the RunRS() command, the simulation parameters s and the RangeShiftR working directory dirpath are handed over to RangeShiftR to start the simulation.Could it be, that you have the three folders inside the R working directory and not inside another subfolder of the R working directory?
Best,
Jette