Download and Installation

Download

Lifecycle: experimental

enchantr is currently not available from CRAN and must be installed from the Bitbucket repository directly by first cloning it from https://bitbucket.org/kleinstein/enchantr

Then building it using the following R commands from the package root:

install.packages(c("devtools", "roxygen2"))
library(devtools)
install_deps(dependencies = TRUE)
document()
install()

Alternatively, you can install the package directly from the Bitbucket repository, but this will not build the documentation:

library(devtools)
install_bitbucket("kleinstein/enchantr@master")