Type: Package
Package: worldfootballR
Title: Functions to Extract and Clean World Football (Soccer) Data
Version: 0.4.8
Authors@R: c(
    person("Jason", "Zivkovic", , "jaseziv83@gmail.com", role = c("aut", "cre", "cph")),
    person("Tony", "ElHabr", , "anthonyelhabr@gmail.com", role = "ctb")
  )
Description: A set of functions to allow users to obtain clean and tidy
    football (soccer) game, team and player data. Data is collected from a
    number of popular sites, including 'FBref'<https://fbref.com/en/>,
    transfer and valuations data from
    'Transfermarkt'<https://www.transfermarkt.com/> and shooting location
    data from 'Understat'<https://understat.com/>. It gives users the
    ability to access data more efficiently, rather than having to export
    data tables to files before being able to complete their analysis.
License: GPL-3
URL: https://github.com/JaseZiv/worldfootballR
BugReports: https://github.com/JaseZiv/worldfootballR/issues
Imports: dplyr, glue, janitor, jsonlite, lubridate, magrittr, progress,
        purrr, qdapRegex, readr, rlang, rvest, stats, stringi, stringr,
        tidyr, utils, withr, xml2
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-06 04:25:18 UTC; zivkovij
Author: Jason Zivkovic [aut, cre, cph],
  Tony ElHabr [ctb]
Maintainer: Jason Zivkovic <jaseziv83@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-06 04:40:02 UTC
