-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 880 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
Package: ussie
Title: Work with European Football League Data
Version: 0.0.0.9000
Authors@R:
person("Ian J", "Lyttle", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849"))
Description: This is a demo package for the "Building Tidy Tools" workshop at
at rstudio::conf(2022L). It allows you to work with European football
league data supplied by the engsoccerdata package (Curley 2016).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
URL: https://github.com/ijlyttle/ussie,
https://ijlyttle.github.io/ussie/
BugReports: https://github.com/ijlyttle/ussie/issues
Suggests:
engsoccerdata,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
cli,
dplyr,
ggplot2,
rlang,
tibble,
withr
VignetteBuilder: knitr