Type: Package Package: worldfootballR Title: Extract and Clean World Football (Soccer) Data Version: 0.6.8.0001 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"), person("Aymen", "Nasri", , "aymennasrii@proton.me", 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' and shooting location and other match stats data from 'Understat'. 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.2.0) Imports: dplyr, glue, httr, janitor, jsonlite, lubridate, magrittr, progress, purrr, qdapRegex, readr, rlang, rstudioapi, rvest (>= 1.0.4), stats, stringi, stringr, tidyr (>= 1.2.0), tidyselect, utils, withr, xml2, tibble, cli Suggests: chromote, R6, knitr, rmarkdown, testthat Encoding: UTF-8 RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://jaseziv.r-universe.dev Date/Publication: 2025-09-18 19:59:35 UTC RemoteUrl: https://github.com/jaseziv/worldfootballr RemoteRef: HEAD RemoteSha: 72af453f9eeaf1199f654c9433d24d7b6afbb2f2 NeedsCompilation: no Packaged: 2026-06-15 11:48:05 UTC; root Author: Jason Zivkovic [aut, cre, cph], Tony ElHabr [ctb], Tan Ho [ctb], Samuel H [ctb], Aymen Nasri [ctb] Maintainer: Jason Zivkovic