Package: nrlR
Type: Package
Title: Functions to Scrape Rugby Data
Version: 0.1.2
Authors@R: 
    person(given = "Daniel", 
           family = "Tomaro", 
           email = "danieltomaro@icloud.com", 
           role = c("aut", "cre"))
Maintainer: Daniel Tomaro <danieltomaro@icloud.com>
Description: Provides a set of functions to scrape and analyze rugby data. 
    Supports competitions including the National Rugby League, New South Wales Cup, 
    Queensland Cup, Super League, and various representative and women's competitions. 
    Includes functions to fetch player statistics, match results, ladders, venues, and coaching data. 
    Designed to assist analysts, fans, and researchers in exploring historical and current rugby league data. 
    See Woods et al. (2017) <doi:10.1123/ijspp.2016-0187> for an example of rugby league performance analysis methodology.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: dplyr, purrr, httr, jsonlite, rvest, xml2, stringr, tibble,
        glue, cli, lubridate
Suggests: testthat, rmarkdown
Config/testthat/edition: 3
URL: https://github.com/DanielTomaro13/nrlR
BugReports: https://github.com/DanielTomaro13/nrlR/issues
NeedsCompilation: no
Packaged: 2025-11-06 22:09:11 UTC; danieltomaro
Author: Daniel Tomaro [aut, cre]
Repository: CRAN
Date/Publication: 2025-11-06 22:20:02 UTC
Built: R 4.4.3; ; 2025-11-07 16:01:45 UTC; windows
