-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.19 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
Package: datavolley
Title: Reading and Analyzing DataVolley Scout Files
Version: 1.9.1
Authors@R: c(person("Ben", "Raymond", email = "ben@untan.gl", role = c("aut", "cre")),
person("Adrien", "Ickowicz", role = "aut"),
person("Tyler", "Widdison", role = "aut"),
person("David", "Awosoga", role = "ctb"),
person("Christophe", "Elek", role = "ctb"),
person("Kornel", "Kilinski", role = "ctb"),
person("openvolley.org", role = "org"))
Description: Provides functions for parsing and working with volleyball match files in DataVolley format.
Depends:
R (>= 3.2.4)
URL: https://datavolley.openvolley.org, https://github.com/openvolley/datavolley
BugReports: https://github.com/openvolley/datavolley/issues
Imports:
assertthat,
data.table,
digest,
dplyr,
jpeg,
jsonlite,
lubridate,
methods,
polyclip,
readr,
stringi,
stringr,
vscoututils (>= 0.2.0),
xml2
Suggests:
testthat,
ggplot2,
knitr,
raster,
rmarkdown,
covr
Encoding: UTF-8
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Remotes: openvolley/vscoututils