-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.46 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: vrthreat
Type: Package
Title: Analysis Tools for VRThreat Data
Description:
Tools for analysing data from the Unity project "VRThreat".
This package provides many generic functions useful for analysing any VR data
using UXF format, and can handle all data generated by the public releases
of the VRthreat Unity software.
Version: 0.1.0
Authors@R: c(person("Dominik R", "Bach",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3717-2036")),
person("Jack", "Brookes",
role = "aut",
comment = c(ORCID = "0000-0002-4600-7561")),
person("Juliana", "Sporrer",
role = "ctb",
comment = c(ORCID = "0000-0002-9964-2876"))
)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: false
URL: https://github.com/bachlab/vrthreat
BugReports: https://github.com/bachlab/vrthreat/issues
Imports:
rlang,
dplyr,
tidyselect,
purrr,
tibble,
forcats,
vctrs,
readr,
stringr,
tidyr,
ggplot2,
jsonlite,
tuneR,
pracma,
lme4,
emmeans,
parallel,
CircStats,
optimx,
dfoptim,
utils,
stats,
methods,
graphics,
rgl,
RColorBrewer
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Language: en-GB