inlaloader | R Documentation |
Load INLA safely Wrapper function that loads the INLA package for use in tests.
inlaloader()
Boolean. TRUE
if INLA was loaded successfully, FALSE
otherwise.
Eirik Myrvoll-Nilsen, eirikmn91@gmail.com
## Not run:
if(inlaloader()){
#Code that depend on INLA
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.