README.md

The elton R package :globe_with_meridians:

Authors

Phillip P.A. Staniczenko (pstaniczenko@sesync.org)

Colin J. Carlson (ccarlson@sesync.org)

Dependencies

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"))

Installing the package

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)


cjcarlson/elton documentation built on May 7, 2019, 5 a.m.