EventDetectGUI

General Info

EventDetectR is an R-package for detecting/classifiying events in time-series data. It aims to combine multiple well-known R-packages like the forecast package to deliver an easily configurable tool for event detection. The EventDetectGUI package is a graphical user interface, created to make the access and use of the EventDetectR package even easier.

The main documentation for the GUI will be collected on the EventDetectR GitHub Site and the Package Website.

Build Status AppVeyor Build Status codecov

Installation

The package can be installed directly from github:

require(devtools)
install_github("frehbach/EventDetectGUI")

The package will soon be available on CRAN and can be installed:

install.packages('EventDetectGUI')

Usage

You need only one function to start and run the EventDetectGUI:

runGUI()