Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If devtools crashes and fails to install dependencies, the remotes R package can be directly installed instead of devtools with the following command:

install.packages("remotes", lib = "~/rlibs1rlibs", type = "source", repo = "https://cloud.r-project.org/")

...

Code Block
> library(INLA)
> inla.upgrade()
INLA :
 Version 18.07.12 installed in /home/dbs18001netidhere/rlibs
 Version 24.02.09 available at https://inla.r-inla-download.org/R/stable
Update? (Yes/no/cancel) y

...