-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 1.38 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
61
62
63
64
Package: songClip
Title: Modify songs
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Kyle", family = "Barrett", email = "barrettk@metrumrg.com",
role = c("aut", "cre"), comment = "Creator of songClip"),
person("Ashley", "Baldry", email = "arbaldry91@gmail.com", role = "aut",
comment = "Created foundation of the howler widget, used for some audio playback options"),
person("James", "Simpson", role = "aut", comment = "Creator of howler.js")
)
Description: R package (with python dependencies) for cropping & tuning songs.
License: MIT + file LICENSE
Depends:
R (>= 3.5),
Imports:
av,
bslib,
cli (>= 3.3.0),
checkmate,
dplyr,
fs,
ggplot2 (>= 3.3.5),
glue (>= 1.6.2),
grDevices,
here,
htmltools,
htmlwidgets,
magrittr (>= 2.0.3),
purrr,
plotly (>= 4.9.2),
processx,
readr,
reticulate,
rlang,
shiny (>= 1.6.0),
shinyalert,
shinycssloaders,
shinydashboard,
shinydashboardPlus (>= 2.0.0),
shinydisconnect,
shinyFiles (>= 0.9.0),
shinyjs,
shinyWidgets,
signal,
tibble,
tidyr,
tuneR,
utils,
withr,
xfun
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
StagedInstall: no