Open Valentin-Bio opened 1 day ago
Hello,
Thank you for your message.
Package dependency management can be overwhelming sometimes. It’s the first time I see this specific error.
From what I can found, this may come from the absence of “jags” on your computer, as you guessed. So you can try to install it first, using :
sudo apt install jags
And then try again to install your package as usual.
Best, Alexandre
Thanks so much! it worked!. after installing jags via the terminal I could install DIANE via install_github()
. We are using your program for teaching purposes in a class!
Hello Developer, I'm having problems when installing DIANE in ubuntu by running:
remotes::install_github("OceaneCsn/DIANE")
this is the erro I get, there are missing dependencies like rfPermute, but when I install that dependency I get the error "package is not available". I have previously got this error by installing tidyverse for example. In that I had to install some libraries in Ubuntu. Can a missing ubuntu library be the problem here as well?
This is the error message: