Package: selectr Type: Package Title: Translate CSS Selectors to XPath Expressions Version: 0.6-1 Authors@R: c(person("Simon", "Potter", role = c("aut", "trl", "cre"), email = "simon@sjp.co.nz"), person("Simon", "Sapin", role = "aut"), person("Ian", "Bicking", role = "aut")) License: BSD_3_clause + file LICENCE Encoding: UTF-8 Depends: R (>= 3.3) Imports: R6 Suggests: testthat, XML, xml2 URL: https://sjp.co.nz/projects/selectr/ BugReports: https://github.com/sjp/selectr/issues Description: Translates a CSS selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (). 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: 2026-07-13 06:36:48 UTC; root Author: Simon Potter [aut, trl, cre], Simon Sapin [aut], Ian Bicking [aut] Maintainer: Simon Potter