After I start RStudios and open the project transectRuns, I have to run RunModel.R twice before the script runs correctly. On the first try first error appears to follow installment of the Rprebasso package:
nSites=initPrebasAll$nSites
Error: object 'initPrebasAll' not found
I think the problem is that on the first try load("inputs/initPreas.rdata") on line 5 is not successfully executed, if Rprebasso is being installed.
After I start RStudios and open the project transectRuns, I have to run RunModel.R twice before the script runs correctly. On the first try first error appears to follow installment of the Rprebasso package:
I think the problem is that on the first try load("inputs/initPreas.rdata") on line 5 is not successfully executed, if Rprebasso is being installed.