-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 969 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
36
37
38
Package: ussie
Title: Work with European Football League Data
Version: 0.0.0.9000
Authors@R:
c(
person("Ian", "Lyttle", , "ijlyttle@me.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849")),
person("Emma", "Rand", , "emma.rand@york.ac.uk", role = c("aut"),
comment = c(ORCID = "0000-0002-1358-8275"))
)
Description: This is a first pass at a demo package for the "Building Tidy Tools" course
at rstudio::conf(2022L).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/rstudio-conf-2022/ussie
BugReports: https://github.com/rstudio-conf-2022/ussie/issues
Imports:
engsoccerdata,
dplyr,
tibble,
cli,
memoise,
rlang (>= 0.4.11),
utils,
withr,
vctrs,
glue,
ggplot2
Suggests:
knitr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
conflicted
Config/testthat/edition: 3
VignetteBuilder: knitr