-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.56 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
Type: Package
Package: movementsync
Title: Analysis and Visualisation of Musical Audio and Video Movement
Synchrony Data
Version: 0.1.4
Authors@R: c(
person("Tuomas", "Eerola", , "tuomas.eerola@durham.ac.uk", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-2896-929X")),
person("Martin", "Clayton", , "martin.clayton@durham.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-9670-5077")),
person("Paul", "Emms", , "pwemms@gmail.com", role = "aut")
)
Description: Analysis and visualisation of synchrony, interaction, and joint
movements from audio and video movement data of a group of music performers. The demo is data described in Clayton, Leante, and
Tarsitani (2021) <doi:10.17605/OSF.IO/KS325>, while example analyses
can be found in Clayton, Jakubowski, and Eerola (2019)
<doi:10.1177/1029864919844809>. Additionally, wavelet analysis
techniques have been applied to examine movement-related
musical interactions, as shown in Eerola et al. (2018)
<doi:10.1098/rsos.171520>.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
circular,
dplyr,
ggplot2,
gridExtra,
hms,
igraph,
lmtest,
methods,
osfr,
rlang,
scales,
signal,
tidyr,
WaveletComp,
zoo
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://tuomaseerola.github.io/movementsync/
BugReports: https://github.com/tuomaseerola/movementsync/issues
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3