R package mtt for processing log files from Multi-Touch-Tables.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nora Wickelmaier 17edadf597 Fixed bug in add_case 1 month ago
R Fixed bug in add_case 1 month ago
man Fixed bug in add_case 1 month ago
tests Code now also works for 8o8m; adjusted handling of glossar folder, added folder variable, etc. 3 months ago
DESCRIPTION Ran checks and updated 2 months ago
NAMESPACE Ran checks and updated 2 months ago
README.md Added README 2 months ago

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.