knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
| Branch | Build status | Code coverage |
| ------- | ------------ | ------------- |
| Master | |
|
| Develop |
|
|
CAUTION: GitHub flavoured markdown doesn't support the rendering of mathematics at this moment. Hence the mathematics in this README are not rendered properly. The information below is also available as a vignette within the package. The mathematics will be rendered in the vignette. To read the vignette one needs to install the package first.
This package requires the INLA
package. You need to install it with install.packages("INLA", repos = "https://www.math.ntnu.no/inla/R/stable")
. If this fails you can use devtools::install_github("INBO-BMK/INLA")
. Note that the latter is just a read-only mirror which is infrequently updated. Hence installing INLA
from https://www.math.ntnu.no/inla is highly recommended.
When INLA
is installed, we can install multimput
with devtools::install_github("INBO-BMK/multimput", build_vignettes = TRUE)
. To view the vignette use vignette("Impute", package = "multimput")
A docker image with all the required dependencies is available from https://hub.docker.com/r/inbobmk/multimput/. Use docker pull inbobmk/multimput
to get it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.