Package: selectr
Type: Package
Title: Translate CSS Selectors to XPath Expressions
Version: 0.6-0
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-06-22 06:25:27 UTC
RemoteUrl: https://github.com/sjp/selectr
RemoteRef: HEAD
RemoteSha: a38c7f331c9cb6e4aadcc0f977bdbbcf8c3a90e7
NeedsCompilation: no
Packaged: 2026-06-22 09:39:15 UTC; root
Author: Simon Potter [aut, trl, cre],
Simon Sapin [aut],
Ian Bicking [aut]
Maintainer: Simon Potter