Type: Package
Package: worldfootballR
Title: Extract and Clean World Football (Soccer) Data
Version: 0.6.2
Authors@R: c(
    person("Jason", "Zivkovic", , "jaseziv83@gmail.com", role = c("aut", "cre", "cph")),
    person("Tony", "ElHabr", , "anthonyelhabr@gmail.com", role = "ctb"),
    person(given = "Tan", family = "Ho", , "tan@tanho.ca", role = "ctb"),
    person("Samuel","H", , "saintsbynumbers@gmail.com", role = "ctb")
  )
Description: 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',
    transfer and valuations data from
    'Transfermarkt'<https://www.transfermarkt.com/> and shooting location
    and other match stats data from 'Understat'<https://understat.com/>
    and 'fotmob'<https://www.fotmob.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
Depends: R (>= 4.0.0)
Imports: dplyr, glue, httr, janitor, jsonlite, lubridate, magrittr,
        progress, purrr, qdapRegex, readr, rlang, rstudioapi, rvest (>=
        1.0.0), stats, stringi, stringr, tidyr (>= 1.2.0), tidyselect,
        utils, withr, xml2, tibble, cli, curl
Suggests: knitr, rmarkdown, testthat
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-11-26 03:45:21 UTC; zivkovij
Author: Jason Zivkovic [aut, cre, cph],
  Tony ElHabr [ctb],
  Tan Ho [ctb],
  Samuel H [ctb]
Maintainer: Jason Zivkovic <jaseziv83@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-26 04:00:02 UTC
Built: R 4.1.2; ; 2022-11-26 12:21:29 UTC; unix
