-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.43 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
Package: ovscout2
Title: An R Shiny App for Scouting Volleyball Match Files
Version: 0.2.9
Authors@R: c(person(given = "Ben", family = "Raymond", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Adrien", family = "Ickowicz", role = "aut"),
person(given = "Krystian", family = "Kowalski", role = "ctb"),
person(given = "Brady", family = "Williams", role = "ctb"),
person("openvolley.org", role = "org"))
Description: Functions for scouting volleyball match files.
URL: https://github.com/openvolley/ovscout2
BugReports: https://github.com/openvolley/ovscout2/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: datavolley (> 0.12.999)
Imports:
assertthat,
curl,
data.table,
dplyr,
digest,
DT,
fs,
ggplot2,
jpeg,
htmltools,
httpuv,
httr,
lubridate,
methods,
ovdata,
ovideo (>= 0.17.2),
peranavolley,
qrcode,
R6,
R.utils,
rappdirs,
rintrojs,
rmarkdown,
servr (>= 0.15.1),
shiny,
shinythemes,
shinyWidgets,
stringr,
sys,
tidyr,
uuid,
volleyreport (>= 0.4.4)
Suggests:
covr,
DBI,
dbplyr,
duckdb,
knitr,
rstudioapi,
tcltk,
testthat
Remotes: openvolley/datavolley, openvolley/ovdata, openvolley/ovideo, openvolley/peranavolley, openvolley/volleyreport
RoxygenNote: 7.2.3
VignetteBuilder: knitr