running start.R asks for various package installations every time #615
-
Dear all, Thanks for reading! Error background and description: But now, I get the following error message:
this, inspite of having downloaded and installed lucode2 multiple times from source, with all dependencies. I'm not sure what's going on, and any help would be appreciated. System and version specifications: Please let me know if there's any other relevant info I can provide. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Seems like the bootstrapping process is not happening as planned. Only the first time when you start an R session in the magpie folder (this is crucial) your renv will be filled with all the packages you need, because the .Rprofile is run. After that you should never run into the requirement check again that asks you to install everything. So I'd suggest you clone magpie from scratch, and then start an R session in that folder. You should get the message "R package dependencies are not installed in this renv, installing now...". If you don't or errors/warnings come up feel free to post them here. |
Beta Was this translation helpful? Give feedback.
Seems like the bootstrapping process is not happening as planned. Only the first time when you start an R session in the magpie folder (this is crucial) your renv will be filled with all the packages you need, because the .Rprofile is run. After that you should never run into the requirement check again that asks you to install everything. So I'd suggest you clone magpie from scratch, and then start an R session in that folder. You should get the message "R package dependencies are not installed in this renv, installing now...". If you don't or errors/warnings come up feel free to post them here.