-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Failed to install 'brinla': package ‘INLA’ is not available #3
Comments
Maybe this is because you are not using the install method recommended in the README? |
Dear Prof. Julian Faraway @julianfaraway Using the install method in the README was not enough to install brinla. Look below the message in the Console:
Do you know what is wrong? Ps: I also tried with |
R is currently at version 4.0.2 but you are using a version of sp built for 3.6.2. You could try updating. Also it is best to install INLA first - the log implies you have not done this yet. |
Prof. @julianfaraway ,
Is the brinla package use another version of Matrix package? |
I do not think this is the same problem and it does not seem to be a problem with brinla. It seems you are using a version of Matrix for 4.0.3 whereas you have 4.0.2 installed. The error appears to result from this mismatch. I suggest you update your version of R to 4.0.3. |
Dear Prof. Julian Faraway,
I am trying to install your package and am using the command:
with_libpaths(new="C:/Program Files/R/R-3.6.1/library/",install_github("julianfaraway/brinla"))
I get the error message:
Error: Failed to install 'brinla' from GitHub:
(converted from warning) package ‘INLA’ is not available (for R version 3.6.1)
Yet I have INLA installed on my computer: This is INLA_19.09.18 built 2019-09-18 17:52:48 UTC.
See www.r-inla.org/contact-us for how to get help.
Do you know what is wrong?
The text was updated successfully, but these errors were encountered: