-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 857 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
Package: onsetsync
Title: Analysis and Visualisation of Synchronisation of Music Onset Data
Version: 0.5.1
Authors@R: person("Tuomas", "Eerola", email = "[email protected]", role = c("aut", "cre"))
Description: Helps to calculate and visualise onset data. The emphasis is on
comparing onsets between performers in the same ensemble, in other words,
how well the performers synchronise to each other. There are also some
routines to estimate to periodicity of the onsets.
Depends:
R (>= 3.3.2),
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
ggplot2,
RColorBrewer,
signal,
tidyr,
moments,
httr,
magrittr,
scales,
seewave,
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
devtools,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3