-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 924 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
33
34
35
Package: ovplayer
Title: An R Shiny App for Viewing Volleyball Video Playlists
Version: 0.2.7
Authors@R: c(person(given = "Ben", family = "Raymond", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Adrien", family = "Ickowicz", role = "aut"),
person("openvolley.org", role = "org"))
Description: A Shiny app for viewing volleyball video playlists.
URL: https://github.com/openvolley/ovplayer
BugReports: https://github.com/openvolley/ovplayer/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
assertthat,
base64enc,
datavolley (>= 0.13.0),
digest,
dplyr,
DT,
fs,
htmltools,
httr,
methods,
ovideo (>= 0.15.2),
rlang,
servr (>= 0.15.1),
shiny,
shinyMobile,
sys,
tidyr
Suggests:
testthat
Remotes: openvolley/datavolley, openvolley/ovideo
RoxygenNote: 7.1.2