-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
47 lines (47 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
Package: volleyreport
Title: Reports from Volleyball Match Files
Version: 0.7.22
Authors@R: c(person("Adrien", "Ickowicz", email = "[email protected]", role = c("aut", "cre")),
person("Ben", "Raymond", role = "aut"),
person("Tyler", "Widdison", role = "aut"),
person("Francesco", "Oleni", role = "ctb"),
person("Willem", "de Wit", role = "ctb"),
person("Marco", "Chiapello", role = "ctb"),
person("Felipe", "Aparecido Lima", role = "ctb"),
person("Mark", "Lebedew", role = "ctb"),
person("openvolley.org", role = "org"))
Description: Functions for generating reports from volleyball match files.
URL: https://volleyreport.openvolley.org, https://github.com/openvolley/volleyreport
BugReports: https://github.com/openvolley/volleyreport/issues
Depends: R (>= 3.6.0)
Imports:
assertthat,
cowplot,
datavolley (>= 1.5.4),
dplyr (>= 1.0.0),
fontawesome,
ggplot2,
ggtext,
kableExtra,
knitr,
methods,
ovlytics,
ovpaged (>= 0.0.6),
pdftools,
rmarkdown,
showtext,
sysfonts,
stringr,
tidyr,
tidyselect,
vscoututils,
webshot (>= 0.5.2)
Suggests:
shiny,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Remotes: openvolley/datavolley, openvolley/ovlytics, openvolley/ovpaged, openvolley/vscoututils