Installation {-}

The development version of stelfi package can be installed from GitHub:

devtools::install_github("cmjt/stelfi")

The stelfi package requires installation of the non-CRAN package INLA. To install INLA use

install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)

If you have any issues please follow these instructions.

# automatically create a bib database for R packages
knitr::write_bib(c(
  .packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
knitr::opts_chunk$set(cache = TRUE, message = FALSE, warning = FALSE)


cmjt/stelfi documentation built on Oct. 25, 2023, 2:53 p.m.