forked from stevecassidy/emuR
-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
58 lines (58 loc) · 1.69 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
Package: emuR
Version: 2.5.0
Date: 2024-03-15
Title: Main Package of the EMU Speech Database Management System
Authors@R: c(
person("Markus", "Jochim", , "[email protected]", c("aut", "cre"), comment = c(ORCID = "0000-0002-5638-4870")),
person("Raphael", "Winkelmann", , "[email protected]", c("aut")),
person("Klaus", "Jaensch", , "[email protected]", c("aut", "ctb")),
person("Steve", "Cassidy", , "[email protected]", c("aut", "ctb")),
person("Jonathan", "Harrington", , "[email protected]", c("aut", "ctb")))
Description: Provide the EMU Speech Database Management System (EMU-SDMS) with
database management, data extraction, data preparation and data
visualization facilities. See <https://ips-lmu.github.io/The-EMU-SDMS-Manual/>
for more details.
License: GPL (>= 2)
Depends:
R (>= 3.5.0)
Imports:
tools,
utils,
graphics,
methods,
rlang,
stringr (>= 1.4.0),
uuid,
base64enc,
shiny,
wrassp (>= 0.1.4),
jsonlite (>= 1.6.1),
RSQLite (>= 2.0.0),
DBI (>= 0.3.1),
httpuv (>= 1.3.2),
dplyr (>= 0.7.8),
readr (>= 1.1.1),
tibble (>= 1.4.2),
purrr (>= 0.2.4),
tidyr(>= 0.8.2),
mime(>= 0.6),
rstudioapi(>= 0.10),
httr(>= 1.4.1),
V8(>= 3.4.0),
cli(>= 2.5.0)
Suggests:
stats,
grDevices,
MASS,
ggplot2(>= 2.1.0),
testthat(>= 0.7.1.99),
compare(>= 0.2.4),
knitr(>= 1.7),
rmarkdown(>= 0.9.2)
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
ZipData: no
URL: https://github.com/IPS-LMU/emuR, https://ips-lmu.github.io/The-EMU-SDMS-Manual/
BugReports: https://github.com/IPS-LMU/emuR/issues
RoxygenNote: 7.3.1