ABN workshop - UseR! Conference
In order to best profit from the workshop please follow the instruction below. R is a programming language that is especially powerful for data exploration, visualization, and statistical analysis. To interact with R, we recommend to use RStudio.
install.packages("abn")
3.1 Optionally, install latest version not yet on CRAN:
install.packages("abn")
install.packages("INLA", repos=c(getOption("repos"), INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
4.1 Alternatively, you can download it and install from a local repository
download.file("https://inla.r-inla-download.org/R/stable", path_to_file)
install.packages(path_to_file, repos = NULL, type="source")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Rgraphviz")