inlaloader: Load INLA safely Wrapper function that loads the INLA package...

inlaloaderR Documentation

Load INLA safely Wrapper function that loads the INLA package for use in tests.

Description

Load INLA safely Wrapper function that loads the INLA package for use in tests.

Usage

inlaloader()

Value

Boolean. TRUE if INLA was loaded successfully, FALSE otherwise.

Author(s)

Eirik Myrvoll-Nilsen, eirikmn91@gmail.com

Examples

## Not run: 
if(inlaloader()){
    #Code that depend on INLA
  }

## End(Not run)

eirikmn/bremla documentation built on Jan. 25, 2025, 4:41 a.m.