{
  "_id": "6a1f1bf1b401979e7341f663",
  "Package": "matchpointR",
  "Type": "Package",
  "Title": "Tidy Access to Women's Tennis Association (WTA) Data",
  "Version": "0.1.0",
  "Authors@R": "person(\ngiven = \"Alejandro\",\nfamily = \"Navas González\",\nemail = \"angnar@telaris.es\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(alias = \"Angnar\"))",
  "Description": "Scrapes and tidies publicly available data from the\nWomen's Tennis Association website\n(<https://www.wtatennis.com>). Provides helpers to retrieve\nplayer biographies, singles and doubles career overviews, match\nhistories, live rankings and aggregate statistics. Dynamic\npages are rendered through a headless 'Chrome' session so\n'JavaScript'-generated content is fully captured, and all\noutputs are returned as tidy data frames suitable for\ndownstream analysis or visualisation.",
  "License": "Apache License (>= 2)",
  "URL": "https://github.com/Angnar-97/matchpointR,\nhttps://angnar-97.github.io/matchpointR/",
  "BugReports": "https://github.com/Angnar-97/matchpointR/issues",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "chromium make libmagick++-dev gsfonts libicu-dev\nlibxml2-dev libssl-dev",
  "Repository": "https://angnar-97.r-universe.dev",
  "Date/Publication": "2026-04-26 15:43:55 UTC",
  "RemoteUrl": "https://github.com/angnar-97/matchpointr",
  "RemoteRef": "HEAD",
  "RemoteSha": "df45a4d9cf855858652701a683d7f63824beee66",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 09:11:17 UTC",
    "User": "root"
  },
  "Author": "Alejandro Navas González [aut, cre] (alias: Angnar)",
  "Maintainer": "Alejandro Navas González <angnar@telaris.es>",
  "MD5sum": "779c02d92a086f074daf96a907c0757b",
  "_user": "angnar-97",
  "_type": "src",
  "_file": "matchpointR_0.1.0.tar.gz",
  "_fileid": "f0f3970fc6c23b00d3022e9cab73f0ab4372ff0ee2d89ef232a7a54d37e29f24",
  "_filesize": 703906,
  "_sha256": "f0f3970fc6c23b00d3022e9cab73f0ab4372ff0ee2d89ef232a7a54d37e29f24",
  "_created": "2026-05-16T09:11:17.000Z",
  "_published": "2026-06-02T18:07:45.620Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79139278331,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7032222121"
    },
    {
      "job": 79139278262,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032221400"
    },
    {
      "job": 79139278757,
      "time": 158,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032220919"
    },
    {
      "job": 79139278367,
      "time": 136,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032218226"
    },
    {
      "job": 79139277910,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032208091"
    },
    {
      "job": 79139277752,
      "time": 149,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365992200"
    },
    {
      "job": 79139278822,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7032217623"
    },
    {
      "job": 79139278795,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032216123"
    },
    {
      "job": 79139279206,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032216107"
    }
  ],
  "_buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/angnar-97/matchpointr",
  "_commit": {
    "id": "df45a4d9cf855858652701a683d7f63824beee66",
    "author": "weimar45 <alejandronavasgonzalez6@gmail.com>",
    "committer": "weimar45 <alejandronavasgonzalez6@gmail.com>",
    "message": "Submission\n",
    "time": 1777218235
  },
  "_maintainer": {
    "name": "Alejandro Navas González",
    "email": "angnar@telaris.es"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "chromote",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "magick",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rsvg",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "angnar-97",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 10
    }
  ],
  "_tags": [],
  "_topics": [
    "tennis",
    "wta"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "angnar-97",
      "count": 11,
      "uuid": 56836856
    }
  ],
  "_userbio": {
    "uuid": 56836856,
    "type": "user",
    "name": "Alejandro Navas González"
  },
  "_downloads": {
    "count": 265,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/matchpointR"
  },
  "_devurl": "https://github.com/angnar-97/matchpointr",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/matchpointR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/angnar-97/matchpointr",
  "_realowner": "angnar-97",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-28"
    }
  ],
  "_exports": [
    "wta_get_player_basics",
    "wta_get_player_matches",
    "wta_get_player_overview",
    "wta_get_rankings",
    "wta_player_url"
  ],
  "_help": [
    {
      "page": "wta_get_player_basics",
      "title": "Get basic bio for a WTA player",
      "topics": [
        "wta_get_player_basics"
      ]
    },
    {
      "page": "wta_get_player_matches",
      "title": "Get the match history for a WTA player",
      "topics": [
        "wta_get_player_matches"
      ]
    },
    {
      "page": "wta_get_player_overview",
      "title": "Get a WTA player's career highlights",
      "topics": [
        "wta_get_player_overview"
      ]
    },
    {
      "page": "wta_get_rankings",
      "title": "Get the current WTA rankings",
      "topics": [
        "wta_get_rankings"
      ]
    },
    {
      "page": "wta_player_url",
      "title": "Build a WTA player URL",
      "topics": [
        "wta_player_url"
      ]
    }
  ],
  "_pkglogo": "https://github.com/angnar-97/matchpointr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/angnar-97/matchpointr/raw/HEAD/README.md",
  "_rundeps": [
    "AsioHeaders",
    "askpass",
    "chromote",
    "cli",
    "cpp11",
    "curl",
    "fastmap",
    "glue",
    "httr",
    "jsonlite",
    "later",
    "lifecycle",
    "magick",
    "magrittr",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "processx",
    "promises",
    "ps",
    "purrr",
    "R6",
    "Rcpp",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "websocket",
    "withr",
    "xml2",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting started with matchpointR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "A worked example: Kateřina Siniaková",
        "Career highlights",
        "Full match history",
        "Tour-wide data",
        "Live rankings",
        "Tips",
        "Not yet covered"
      ],
      "created": "2026-04-19 18:47:53",
      "modified": "2026-04-20 00:07:15",
      "commits": 2
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "matchpointr",
  "_universes": [
    "angnar-97"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-16T09:13:40.000Z",
      "distro": "noble",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "ca803ca4ae32d48aba49ec8658c3da78174954b8ff2b2f9d94d54d38d128782e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-16T09:13:35.000Z",
      "distro": "noble",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "0bcc05920a462ca3e0ffab9806167146e138ea2ac76bdc08ad0a3bdff48fec5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-16T09:13:35.000Z",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "bc5b7dfea44c245cb5e8962009bdd98c7499bdf4e4cbb366230cdd4617b84b17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-16T09:13:04.000Z",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "db6aadbe2b86a5b6209a80feab37f1fa2636659991b281bf9b73e9585630c8f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-16T09:12:48.000Z",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "e73d9c4c6ff0c1081ad0c923e6ee550c1f7d499931e400e92ebd463e7bcbd817",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-16T09:12:31.000Z",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "a096eccd27a81cc186bcdad0fb0b937416f9d6ae16f1fee84e981abd2a93e3f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-16T09:12:32.000Z",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "de571d65a4b3a5b13c65ee343887776b74ce6c74556c75b09bc25056beca26fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T18:07:22.000Z",
      "commit": "df45a4d9cf855858652701a683d7f63824beee66",
      "fileid": "546fc111c0b9e16fecfe872f14ad7164154672800ca168b507632dd509af4916",
      "status": "success",
      "buildurl": "https://github.com/r-universe/angnar-97/actions/runs/25958082733"
    }
  ]
}