-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.09 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
27
28
29
30
31
32
33
34
Package: logLime
Type: Package
Title: Creating process indicators from logs created by logDataLimeSurvey JS applet
Version: 0.3.2
Authors@R: c(person("Tomasz", "Zoltak",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1354-4472")))
Maintainer: Tomasz Zoltak <[email protected]>
Description: Package allows to transform raw data created by the
logDataLimeSurvey JavaScript applet (see
https://github.com/tzoltak/logDataLimeSurvey) and exported from the
LimeSurvey web-survey platform to a more analytically useful form and
compute selected set of so-called process indicators related to
cursor moves, answering speed, hovering times and number of edits.
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Imports:
tidyr (>= 1.0.0),
dplyr (>= 1.1.0)
Suggests:
arrow,
ggplot2 (>= 3.4.0),
ggdensity,
gganimate,
gifski,
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr