R package mtt for processing log files from Multi-Touch-Tables.
Go to file
Nora Wickelmaier ee35481130 Added argument glossar so that glossar entries can be ignored completely 2023-10-25 16:19:15 +02:00
R Added argument glossar so that glossar entries can be ignored completely 2023-10-25 16:19:15 +02:00
man Debugging; added rm_nochange_moves as argument 2023-10-22 15:13:11 +02:00
tests Code now also works for 8o8m; adjusted handling of glossar folder, added folder variable, etc. 2023-09-22 16:00:57 +02:00
DESCRIPTION Ran checks and updated 2023-09-28 16:04:38 +02:00
NAMESPACE Ran checks and updated 2023-09-28 16:04:38 +02:00
README.md Added README 2023-10-11 17:54:05 +02:00

README.md

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 git2rfirst with

install.packages("git2r").

The package depends on the following R packages

  • dplyr
  • pbapply
  • XML
  • lubridate

so make sure they are installed as well.