{
  "_id": "6a269fe724555f66ed5218bb",
  "Package": "nrlR",
  "Type": "Package",
  "Title": "Functions to Scrape Rugby Data",
  "Version": "0.1.2",
  "Authors@R": "person(given = \"Daniel\",\nfamily = \"Tomaro\",\nemail = \"danieltomaro@icloud.com\",\nrole = c(\"aut\", \"cre\"))",
  "Maintainer": "Daniel Tomaro <danieltomaro@icloud.com>",
  "Description": "Provides a set of functions to scrape and analyze rugby\ndata. Supports competitions including the National Rugby\nLeague, New South Wales Cup, Queensland Cup, Super League, and\nvarious representative and women's competitions. Includes\nfunctions to fetch player statistics, match results, ladders,\nvenues, and coaching data. Designed to assist analysts, fans,\nand researchers in exploring historical and current rugby\nleague data. See Woods et al. (2017)\n<doi:10.1123/ijspp.2016-0187> for an example of rugby league\nperformance analysis methodology.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/DanielTomaro13/nrlR",
  "BugReports": "https://github.com/DanielTomaro13/nrlR/issues",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev libssl-dev",
  "Repository": "https://danieltomaro13.r-universe.dev",
  "Date/Publication": "2026-03-10 00:37:12 UTC",
  "RemoteUrl": "https://github.com/danieltomaro13/nrlr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 10:53:26 UTC",
    "User": "root"
  },
  "Author": "Daniel Tomaro [aut, cre]",
  "MD5sum": "cac138a14511db981eeac04af7171594",
  "_user": "danieltomaro13",
  "_type": "src",
  "_file": "nrlR_0.1.2.tar.gz",
  "_fileid": "4fdbe1b1cf80ce50b4167248ae46f304094ddce3431d25640857752e888c18cb",
  "_filesize": 136231,
  "_sha256": "4fdbe1b1cf80ce50b4167248ae46f304094ddce3431d25640857752e888c18cb",
  "_created": "2026-06-08T10:53:26.000Z",
  "_published": "2026-06-08T10:56:39.779Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80077744427,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7478218669"
    },
    {
      "job": 80077744436,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7478217684"
    },
    {
      "job": 80077744527,
      "time": 161,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7478216812"
    },
    {
      "job": 80077744413,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7478209902"
    },
    {
      "job": 80077256051,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478170790"
    },
    {
      "job": 80077744485,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478212287"
    },
    {
      "job": 80077744520,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7478202558"
    },
    {
      "job": 80077744437,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7478197846"
    },
    {
      "job": 80077744424,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7478204642"
    }
  ],
  "_buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/danieltomaro13/nrlr",
  "_commit": {
    "id": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
    "author": "Daniel Tomaro <danieltomaro@icloud.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #15 from jazon7/fetch-fixture-atomic-vector-error\n\nfix(fetch_fixture_nrl): handle NRL API clock data.frame structure",
    "time": 1773103032
  },
  "_maintainer": {
    "name": "Daniel Tomaro",
    "email": "danieltomaro@icloud.com",
    "login": "danieltomaro13",
    "description": "Chess Grandmaster,\nSemi-professional athlete,\nNoob coder,\nMathematician, has defeated POETL 1356 days in a row",
    "uuid": 202851969
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "danieltomaro13",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 11
    },
    {
      "week": "2025-27",
      "n": 10
    },
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-31",
      "n": 3
    },
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-45",
      "n": 3
    },
    {
      "week": "2026-11",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "betting",
    "nrl",
    "rugby",
    "rugby-league",
    "rugby-union",
    "sports",
    "sports-betting"
  ],
  "_stars": 10,
  "_contributors": [
    {
      "user": "danieltomaro13",
      "count": 39,
      "uuid": 202851969
    },
    {
      "user": "hadley",
      "count": 2,
      "uuid": 4196
    }
  ],
  "_userbio": {
    "uuid": 202851969,
    "type": "user",
    "name": "Daniel Tomaro",
    "description": "Chess Grandmaster,\r\nSemi-professional athlete,\r\nNoob coder,\r\nMathematician, has defeated POETL 1356 days in a row"
  },
  "_downloads": {
    "count": 156,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nrlR"
  },
  "_devurl": "https://github.com/danieltomaro13/nrlr",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/nrlR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/danieltomaro13/nrlr",
  "_realowner": "danieltomaro13",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-07-09"
    },
    {
      "version": "0.1.1",
      "date": "2025-09-01"
    },
    {
      "version": "0.1.2",
      "date": "2025-11-06"
    }
  ],
  "_exports": [
    "fetch_cd_comps",
    "fetch_coaches",
    "fetch_fixture",
    "fetch_fixture_nrl",
    "fetch_injuries_suspensions",
    "fetch_injuries_suspensions_zerotackle",
    "fetch_ladder",
    "fetch_ladder_nrl",
    "fetch_lineups",
    "fetch_player_stats",
    "fetch_player_stats_championdata",
    "fetch_results",
    "fetch_results_rugbyproject",
    "fetch_team_stats_championdata",
    "fetch_venues"
  ],
  "_help": [
    {
      "page": "fetch_cd_comps",
      "title": "Fetch Champion Data Competitions List",
      "topics": [
        "fetch_cd_comps"
      ]
    },
    {
      "page": "fetch_coaches",
      "title": "Fetch Rugby League Coaches (main wrapper)",
      "topics": [
        "fetch_coaches"
      ]
    },
    {
      "page": "fetch_fixture",
      "title": "Return the fixture for a particular round of matches",
      "concept": [
        "fetch fixture functions"
      ],
      "topics": [
        "fetch_fixture",
        "fetch_fixture_nrl"
      ]
    },
    {
      "page": "fetch_injuries_suspensions",
      "title": "Fetch NRL Injuries and Suspensions",
      "topics": [
        "fetch_injuries_suspensions"
      ]
    },
    {
      "page": "fetch_injuries_suspensions_zerotackle",
      "title": "Fetch NRL Injuries and Suspensions from Zero Tackle",
      "topics": [
        "fetch_injuries_suspensions_zerotackle"
      ]
    },
    {
      "page": "fetch_ladder",
      "title": "Fetch Rugby League Ladder (main wrapper)",
      "topics": [
        "fetch_ladder"
      ]
    },
    {
      "page": "fetch_ladder_nrl",
      "title": "Fetch NRL Ladder for a Given Season and Round",
      "topics": [
        "fetch_ladder_nrl"
      ]
    },
    {
      "page": "fetch_lineups",
      "title": "Fetch NRL Team Lineups",
      "topics": [
        "fetch_lineups"
      ]
    },
    {
      "page": "fetch_player_stats",
      "title": "Fetch Player Stats from Multiple Rugby League Sources",
      "topics": [
        "fetch_player_stats"
      ]
    },
    {
      "page": "fetch_player_stats_championdata",
      "title": "Fetch Champion Data Player Stats for Competition",
      "topics": [
        "fetch_player_stats_championdata"
      ]
    },
    {
      "page": "fetch_results",
      "title": "Fetch Rugby League Match Results",
      "topics": [
        "fetch_results"
      ]
    },
    {
      "page": "fetch_results_rugbyproject",
      "title": "Fetch Rugby League Match Results from Rugby League Project",
      "topics": [
        "fetch_results_rugbyproject"
      ]
    },
    {
      "page": "fetch_team_stats_championdata",
      "title": "Fetch Champion Data Team Stats for Competition",
      "topics": [
        "fetch_team_stats_championdata"
      ]
    },
    {
      "page": "fetch_venues",
      "title": "Fetch Rugby League Venues (main wrapper)",
      "topics": [
        "fetch_venues"
      ]
    }
  ],
  "_readme": "https://github.com/danieltomaro13/nrlr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr",
    "xml2"
  ],
  "_score": 4.623249290397901,
  "_indexed": true,
  "_nocasepkg": "nrlr",
  "_universes": [
    "danieltomaro13"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-08T10:55:35.000Z",
      "distro": "noble",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "ffc7015fa7a871f203965b169c90496d536a7b88be3f64cf85b6073fa60a4a94",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-08T10:55:32.000Z",
      "distro": "noble",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "d4044fae5ee50253fafc85915ff6c1a2fee9f47a46d243f7eb8ad8a1080adb46",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-08T10:55:33.000Z",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "6ca2e6dc28f21579ad13ff7a680bcaa6b2aed4bb45efe4bac17168e4078449d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-08T10:55:14.000Z",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "781a8f8a3b2e66253af9b5f5723e5579ed577cfded973d1f7cbc348fe15e6dab",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-08T10:55:37.000Z",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "a65a72b093625d2a4880e8ff07538aa77ed738121202f894077c513bdfacb7d2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-08T10:54:35.000Z",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "71b8a28176ec0904586636247dd0f6aba6191ee614215c06fc9e04254d9df4ca",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-08T10:54:34.000Z",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "a8c279fa07c84b06ccb79ad2d355b08496236c3a4cf92651361bcbbf2ab7317c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-08T10:54:48.000Z",
      "commit": "e432931c6f1c7bd6e586fdfc62dd2fcfb67d6ac7",
      "fileid": "be9151b875f6903f17d474268c5ff82d3c87dc03c2ec71212d6dacacb9d7eb4f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/danieltomaro13/actions/runs/27132647855"
    }
  ]
}