Install alternative binary builds.

inla.binary.install(debug = TRUE)

Arguments

debug

Logical. Turn on debugging messages if TRUE

Details

inla.binary.install() will offer a menu of alternative (Linux) binary builds to be installed. Currently offered, are builds for Ubuntu1804, Ubuntu1604, CentOS6, CentOS7, and CentOS8.

Value

No value returned.

Author

Havard Rue hrue@r-inla.org

Examples

   if (FALSE) { # \dontrun{
     inla.binary.install()
   } # }