From 046d5b2f08d5e0810cc6dae3f115ddd946881fe3 Mon Sep 17 00:00:00 2001 From: nwickel Date: Wed, 11 Oct 2023 17:54:05 +0200 Subject: [PATCH] Added README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efc1976 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# R package mtt + +This package was created to process log files obtained from +Multi-Touch-Tables at the IWM. + +## Installation + +It can be installed via + +`devtools::install_git("https://gitea.iwm-tuebingen.de/R/mtt.git")` + +If you get an error message, you probably need to install `git2r`first with + +`install.packages("git2r")`. + +The package depends on the following R packages + +* `dplyr` +* `pbapply` +* `XML` +* `lubridate` + +so make sure they are installed as well. +