-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 950 Bytes
/
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
35
36
Package: EMreading
Version: 0.0.3.0000
Title: Automatic pre-processing of eye-movement reading data
Description: A collection of R functions for data pre-processing of eye-movement reading data.
Authors@R: c(person("Vasilev", "Martin", , "martin.r.vasilev@gmail.com", c("aut", "cre")))
Depends: R (>= 3.4)
Imports: shiny, shinyalert
License: GPL-2 | file LICENSE
URL: https://github.com/martin-vasilev/EMreading
BugReports: https://github.com/martin-vasilev/EMreading/issues
LazyData: true
Collate:
'utility.R'
'Boundary.R'
'Calibr.R'
'Drift.R'
'ExtractMessages.R'
'ExtractSamples.R'
'EyeDoctor_PadLines.R'
'Frequency.R'
'GUI.R'
'MultiLine.R'
'Question.R'
'SingleLine.R'
'Validate.R'
'cleanData.R'
'num_fix.R'
'ocr.r'
'paraFix.R'
'preprocFromDA1.R'
'trialTime.R'
'wordMeasures.R'
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8