Type: | Package |
Title: | 'Rapidxml' C++ Header Files |
Date: | 2019-03-13 |
Version: | 0.1.0 |
Description: | Provides XML parsing capability through the 'Rapidxml' 'C++' header-only library. |
License: | MIT + file LICENSE |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 6.1.1 |
NeedsCompilation: | no |
Packaged: | 2019-03-14 07:39:26 UTC; dave |
Author: | David Cooley [aut, cre], Marcin Kalicinski [ctb] (Author of c++ rapidxml library) |
Maintainer: | David Cooley <david.cooley.au@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2019-03-29 15:10:09 UTC |
Provides XML parsing capability through the 'rapidxml' 'C++' header-only library
Description
Provides XML parsing capability through the 'Rapidxml' 'C++' header-only library.
Author(s)
Maintainer: David Cooley david.cooley.au@gmail.com
Other contributors:
Marcin Kalicinski (Author of c++ rapidxml library) [contributor]
Examples
## Not run:
# Include a dependency to rapidxmlr inside a cpp file
// [[Rcpp::depends(rapidxmlr)]]
include <Rcpp.h>
## End(Not run)