install.packages("devtools")
devtools::install_github("IPS-LMU/emuR")
#
library(emuR)

# tidyverse, containing - amongst others - 
# libraries dplyr, purrr, tibble, and ggplot2
install.packages("tidyverse")
library(tidyverse)



create_emuRdemoData(dir = mypath)
path2ae = file.path(mypath, "emuR_demoData", "ae_emuDB")
# load database
ae = load_emuDB(path2ae, verbose = F)
list_ssffTrackDefinitions(ae) #has dft and fm
summary(ae)
serve(ae) #should work now...