Versions Compared

Key

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

...

Devtools can take a long time to install due to being a very large package.

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 = "~/rlibs1", type = "source", repo = "https://cloud.r-project.org/")

A specific version of R-INLA can be installed, in the above example the stable 24.02.09 version of INLA will be installed and the library will install under a local library directory called ~/rlibs.

...