Skip to content
Antoine R edited this page Feb 29, 2016 · 2 revisions

Installation

Icarus is still in alpha, and has not yet been pushed to CRAN's repos. You can use the package "devtools" to install easily from Github.

If you don't have installed devtools yet:

install.packages("devtools")

Then load devtools, and install icarus:

library(devtools)
install_github("haroine/icarus")
Clone this wiki locally