R/have-inla.R

Defines functions have_inla

have_inla <- function(){
  x <- requireNamespace("INLA", quietly = TRUE)
  x
}
njtierney/yahtsee documentation built on Feb. 5, 2022, 8:25 p.m.