Versions Compared

Key

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

...

If INLA runs into glibc errors, the following command can be a workaround:

Code Block
> library(INLA)
...
...
>The followup steps will be:

1. inla.upgrade(testing=T) to get the most recent testing version.
2. Close R using quit() and select no. Basically update R
3. Install a binary version inla.binary.install() and select CentOS 7

RCurl with sftp functionality

...