Phillip P.A. Staniczenko ([email protected])
Colin J. Carlson ([email protected])
The package depends on igraph, raster, and some additional packages. Note that some dependencies of the required R package "gRain" are no longer hosted on CRAN. However, these dependencies can be obtained from the "bioconductor" package. Code to install those dependencies:
source("http://bioconductor.org/biocLite.R")
biocLite()
biocLite(pkgs=c("RBGL"))
Install directly from Github:
knitr::opts_chunk$set(echo = FALSE)
# If you don't have devtools:
# install.packages("devtools")
devtools::install_github("cjcarlson/elton")
# Load the package
library(elton)