-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.08 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
Package: ovva
Title: A Shiny App for Volleyball Video Analysis
Version: 0.13.1
Authors@R: c(person(given = "Adrien", family = "Ickowicz", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Ben", family = "Raymond", role = "aut"),
person("openvolley.org", role = "org"))
Description: A Shiny app and supporting functions for analysis of volleyball video and scouted match files.
URL: https://ovva.openvolley.org, https://github.com/openvolley/ovva
BugReports: https://github.com/openvolley/ovva/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: datavolley (>= 0.13.0)
Imports:
assertthat,
base64enc,
dplyr (>= 1.0.0),
digest,
DT,
fs,
future,
future.apply,
htmltools,
methods,
ovideo (>= 0.20.2),
peranavolley,
rappdirs,
rlang,
servr (>= 0.15.1),
shiny,
shinyWidgets,
sys,
utils
Suggests:
covr,
rintrojs,
testthat
Remotes: openvolley/datavolley, openvolley/ovideo, openvolley/peranavolley
RoxygenNote: 7.3.2