{
  "_id": "6a54884eff0138dec5d64cfc",
  "Package": "selectr",
  "Type": "Package",
  "Title": "Translate CSS Selectors to XPath Expressions",
  "Version": "0.6-1",
  "Authors@R": "c(person(\"Simon\", \"Potter\",\nrole = c(\"aut\", \"trl\", \"cre\"),\nemail = \"simon@sjp.co.nz\"),\nperson(\"Simon\", \"Sapin\", role = \"aut\"),\nperson(\"Ian\", \"Bicking\", role = \"aut\"))",
  "License": "BSD_3_clause + file LICENCE",
  "Encoding": "UTF-8",
  "URL": "https://sjp.co.nz/projects/selectr/",
  "BugReports": "https://github.com/sjp/selectr/issues",
  "Description": "Translates a CSS selector into an equivalent XPath\nexpression. This allows us to use CSS selectors when working\nwith the XML package as it can only evaluate XPath expressions.\nAlso provided are convenience functions useful for using CSS\nselectors on XML nodes. This package is a port of the Python\npackage 'cssselect' (<https://cssselect.readthedocs.io/>).",
  "Repository": "https://sjp.r-universe.dev",
  "Date/Publication": "2026-07-13 05:20:35 UTC",
  "RemoteUrl": "https://github.com/sjp/selectr",
  "RemoteRef": "HEAD",
  "RemoteSha": "4f54df869ce615268eefaa17e9c5f75d120412f2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-13 06:36:48 UTC",
    "User": "root"
  },
  "Author": "Simon Potter [aut, trl, cre],\nSimon Sapin [aut],\nIan Bicking [aut]",
  "Maintainer": "Simon Potter <simon@sjp.co.nz>",
  "_user": "sjp",
  "_type": "src",
  "_file": "selectr_0.6-1.tar.gz",
  "_fileid": "https://r2.ropensci.org/0ac848ee17a6633260cab747046c368c7e72de77d0cf3401d3e313e4d5068b13",
  "_filesize": 193695,
  "_sha256": "0ac848ee17a6633260cab747046c368c7e72de77d0cf3401d3e313e4d5068b13",
  "_expires": "2026-10-21T06:40:12.000Z",
  "_created": "2026-07-13T06:36:48.000Z",
  "_published": "2026-07-13T06:40:14.210Z",
  "_jobs": [
    {
      "job": 86750551908,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8271017440"
    },
    {
      "job": 86750551954,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8271016669"
    },
    {
      "job": 86750551946,
      "time": 163,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8271020766"
    },
    {
      "job": 86750551899,
      "time": 122,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8271010849"
    },
    {
      "job": 86750118195,
      "time": 171,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270980143"
    },
    {
      "job": 86750551890,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8271009443"
    },
    {
      "job": 86750551905,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8271005702"
    },
    {
      "job": 86750551939,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8271004269"
    },
    {
      "job": 86750551883,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8271003155"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854",
  "_status": "success",
  "_upstream": "https://github.com/sjp/selectr",
  "_commit": {
    "id": "4f54df869ce615268eefaa17e9c5f75d120412f2",
    "author": "Simon Potter <simon@sjp.co.nz>",
    "committer": "Simon Potter <simon@sjp.co.nz>",
    "message": "Improve parser error output.\n\nVisually (via caret pointers) shows where a parser error first occurs.\n",
    "time": 1783920035
  },
  "_maintainer": {
    "name": "Simon Potter",
    "email": "simon@sjp.co.nz",
    "login": "sjp",
    "description": "",
    "uuid": 207329
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "XML",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    }
  ],
  "_owner": "sjp",
  "_selfowned": true,
  "_usedby": 620,
  "_updates": [
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 27
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2025-51",
      "n": 2
    },
    {
      "week": "2026-23",
      "n": 63
    },
    {
      "week": "2026-24",
      "n": 3
    },
    {
      "week": "2026-26",
      "n": 1
    },
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 53,
  "_contributors": [
    {
      "user": "sjp",
      "count": 191,
      "uuid": 207329
    },
    {
      "user": "renkun-ken",
      "count": 2,
      "uuid": 4662568
    },
    {
      "user": "gadenbuie",
      "count": 1,
      "uuid": 5420529
    }
  ],
  "_userbio": {
    "uuid": 207329,
    "type": "user",
    "name": "Simon Potter",
    "followers": 66
  },
  "_downloads": {
    "count": 371287,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/selectr"
  },
  "_devurl": "https://github.com/sjp/selectr",
  "_searchresults": 155,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/selectr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sjp/selectr",
  "_realowner": "sjp",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2012-11-08"
    },
    {
      "version": "0.1-1",
      "date": "2012-11-08"
    },
    {
      "version": "0.2-0",
      "date": "2012-11-23"
    },
    {
      "version": "0.2-1",
      "date": "2013-02-20"
    },
    {
      "version": "0.2-2",
      "date": "2014-02-21"
    },
    {
      "version": "0.2-3",
      "date": "2014-12-24"
    },
    {
      "version": "0.3-0",
      "date": "2016-08-30"
    },
    {
      "version": "0.3-1",
      "date": "2016-12-19"
    },
    {
      "version": "0.3-2",
      "date": "2018-03-05"
    },
    {
      "version": "0.4-0",
      "date": "2018-03-28"
    },
    {
      "version": "0.4-1",
      "date": "2018-04-06"
    },
    {
      "version": "0.4-2",
      "date": "2019-11-20"
    },
    {
      "version": "0.5-0",
      "date": "2025-11-21"
    },
    {
      "version": "0.5-1",
      "date": "2025-12-17"
    },
    {
      "version": "0.6-0",
      "date": "2026-06-23"
    }
  ],
  "_exports": [
    "css_to_xpath",
    "querySelector",
    "querySelectorAll",
    "querySelectorAllNS",
    "querySelectorNS"
  ],
  "_help": [
    {
      "page": "css_to_xpath",
      "title": "Translate a CSS selector to an equivalent XPath expression.",
      "topics": [
        "css_to_xpath"
      ]
    },
    {
      "page": "querySelectorAll",
      "title": "Find nodes that match a group of CSS selectors in an XML tree.",
      "topics": [
        "querySelector",
        "querySelectorAll",
        "querySelectorAllNS",
        "querySelectorNS"
      ]
    }
  ],
  "_readme": "https://github.com/sjp/selectr/raw/HEAD/README.md",
  "_rundeps": [
    "R6"
  ],
  "_score": 12.708072764817953,
  "_indexed": true,
  "_nocasepkg": "selectr",
  "_universes": [
    "sjp"
  ],
  "_previous": "0.6-0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6-1",
      "date": "2026-07-13T06:38:58.000Z",
      "distro": "resolute",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/096613e65b05948b552f42b5602ef1fa5c2b4ec1f353197f775a301dc2a84811",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.6-1",
      "date": "2026-07-13T06:38:55.000Z",
      "distro": "resolute",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/28a019be0718bf5e77c4e5bf004989c4317e2e0e2b3a4fac91f2da460bb512ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6-1",
      "date": "2026-07-13T06:39:15.000Z",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/8d333c8e54f569e122ef48f0969d161fc1a3d4bd90057b1751afc3faf4301a37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.6-1",
      "date": "2026-07-13T06:38:43.000Z",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/bf7f32c0f786ad61cbeef7867852c733ea545609da09b1a53de3e49e1fea726b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6-1",
      "date": "2026-07-13T06:38:50.000Z",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/7da8bd79efdc13cc6c7bb12955e25904f844887570b83991988196fa70c6b599",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6-1",
      "date": "2026-07-13T06:38:05.000Z",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/5612ed0e0616d34848d1610b5d5aa98a9c8c94d6bcd2d4f71e2ec3c7a7c82efe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6-1",
      "date": "2026-07-13T06:38:01.000Z",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/c90ac68f7fc5540b63b39f307735a5ac419375f0463fa3b6d4ff5e8154ea170e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.6-1",
      "date": "2026-07-13T06:37:59.000Z",
      "commit": "4f54df869ce615268eefaa17e9c5f75d120412f2",
      "fileid": "https://r2.ropensci.org/a42e227a8d2995135dac52b7ab1471a79c18b8317bc7edd366f9269569c45048",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sjp/actions/runs/29229370854"
    }
  ]
}