Package: selectr Type: Package Title: Translate CSS Selectors to XPath Expressions Version: 0.4-2 Date: 2019-11-20 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 Depends: R (>= 3.0) Imports: methods, stringr, R6 Suggests: testthat, XML, xml2 URL: https://sjp.co.nz/projects/selectr BugReports: https://github.com/sjp/selectr/issues Description: Translates a CSS3 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' (). NeedsCompilation: no Packaged: 2019-11-20 06:04:49 UTC; simon Author: Simon Potter [aut, trl, cre], Simon Sapin [aut], Ian Bicking [aut] Maintainer: Simon Potter Repository: RSPM Date/Publication: 2019-11-20 07:30:03 UTC Encoding: UTF-8 Built: R 4.0.3; ; 2021-02-11 21:56:54 UTC; unix