-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: tardis
Title: Functions for processing AG501 EMA data and converting to EMU-compatible formats
Version: 0.0.0.9000
Authors@R:
person(given = "Sam",
family = "Kirkham",
role = c("aut", "cre"),
email = "s.kirkham@lancaster.ac.uk")
Description: The package contains functions for two primary purposes (1) processing position-calculated and head-corrected EMA sensor data from the Carstens AG501 system, including calculating derivatives and further derived variables; (2) converting processed files to the SSFF format for use with the EMU system, as well as calculating MFCCs from WAV files and converting these to SSFF format. These functions can be used independently, although conversion to SSFF makes strong assumptions about the structure of your AG501 .txt files.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
ag501,
dplyr,
magrittr,
tidyselect,
tuneR,
utils,
wrassp
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr