Last data update: 2014.03.03

selectr

Package: selectr
Type: Package
Title: Translate CSS Selectors to XPath Expressions
Version: 0.2-3
Date: 2014-12-24
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 (>= 2.15.2)
Imports: methods, XML, stringr
Suggests: testthat
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"
(http://packages.python.org/cssselect/).
Packaged: 2014-12-24 08:18:39 UTC; simon
Author: Simon Potter [aut, trl, cre],
Simon Sapin [aut],
Ian Bicking [aut]
Maintainer: Simon Potter <simon@sjp.co.nz>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-24 13:03:55

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'selectr' ...
** package 'selectr' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'selectr'
    finding HTML links ... done
    css_to_xpath                            html  
    querySelectorAll                        html  
** building package indices
** testing if installed package can be loaded
* DONE (selectr)
Making 'packages.html' ... done