-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
42 lines (42 loc) · 1.1 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
Package: wavesurfer
Title: Create Interactive Sound Player and Visualizer in R
Version: 0.1.0
Authors@R: c(
person(given = "Athos",
family = "Damiani",
role = c("aut", "cre"),
email = "[email protected]",
comment = "R interface"),
person(family = "Katspaugh",
role = c("aut", "cph"),
comment = "wavesurfer.js library, https://wavesurfer-js.org/, https://github.com/katspaugh/")
)
Description: R interface to wavesurfer.js, a powerful sound visualizer
and annotator. It is a htmlwidget compatible with Shiny, R Markdown and
RStudio Viewer and work well with pipe (%>%).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/athospd/wavesurfer/issues
BugReports: https://github.com/athospd/wavesurfer/issues
Depends:
R (>= 3.5.0)
Suggests:
testthat,
knitr,
rmarkdown,
colourpicker,
tuneR
RoxygenNote: 7.1.0
Imports:
magrittr,
htmlwidgets,
htmltools,
jsonlite,
methods,
shiny,
tidyr,
tibble,
shinyjs,
shinyWidgets
VignetteBuilder: knitr