Package: nhlscraper Title: Scraper for National Hockey League Data Version: 0.7.0.9000 Authors@R: c(person('Rento', 'Saijo', email = 'rentosaijo0527@gmail.com', role = c('aut', 'cre', 'cph'), comment = c(ORCID = '0009-0008-4919-7349')), person('Lars', 'Skytte', email = 'lars.sunesen.skytte@gmail.com', role = 'ctb'), person('Jack', 'Pallotta', email = 'jackjpallotta@gmail.com', role = 'ctb', comment = c(ORCID = '0009-0004-0744-6977'))) Description: Scrapes and cleans data from the 'NHL' and 'ESPN' APIs into data.frames and lists. Wraps 125+ endpoints documented in from high-level multi-season summaries and award winners to low-level decisecond replays and bookmakers' odds, making them more accessible. Features cleaning and visualization tools, primarily for play-by-plays. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.3.0) Imports: httr2 (>= 1.1.1), jsonlite, xml2, arrow, xgboost (>= 3.2.0.1) Suggests: testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://rentosaijo.github.io/nhlscraper/, https://github.com/RentoSaijo/nhlscraper BugReports: https://github.com/RentoSaijo/nhlscraper/issues Copyright: NHL and the NHL Shield are registered trademarks of the National Hockey League. NHL and NHL team marks are the property of the NHL and its teams. Config/pak/sysreqs: cmake make libxml2-dev libssl-dev Repository: https://rentosaijo.r-universe.dev Date/Publication: 2026-07-02 20:04:07 UTC RemoteUrl: https://github.com/rentosaijo/nhlscraper RemoteRef: HEAD RemoteSha: c16d89282593aa9d9e5df6d807429f82582fd213 NeedsCompilation: yes Packaged: 2026-07-02 20:45:57 UTC; root Author: Rento Saijo [aut, cre, cph] (ORCID: ), Lars Skytte [ctb], Jack Pallotta [ctb] (ORCID: ) Maintainer: Rento Saijo