Path to this page:
./
textproc/R-xmlparsedata,
Parse Data of R Code as an XML Tree
Branch: CURRENT,
Version: 1.0.5,
Package name: R-xmlparsedata-1.0.5,
Maintainer: pkgsrc-usersConvert the output of 'utils::getParseData()' to an 'XML' tree, that
one can search via 'XPath', and easier to manipulate in general.
Required to run:[
math/R]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2021-09-11) Updated to version: R-xmlparsedata-1.0.5
- (2020-02-10) Package added to pkgsrc.se, version R-xmlparsedata-1.0.3 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-09-11 07:43:29 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(textproc/R-xmlparsedata) Updated 1.0.3 to 1.0.5
# 1.0.5
* Translate `\` in lambda expression to `OP-LAMBDA` (#18 @renkun-ken).
* Drop all control characters, except horizontal tab and newline (#19).
# 1.0.4
* Translate ] tokens to `OP-RIGHT-BRACKET` instead of
`OP-RIGHT-BRACE` (#11 @AshesITR).
* `xml_parse_data()` now works if `includeText = FALSE`
(#14 @renkun-ken).
|
2020-02-10 15:19:35 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(textproc/R-xmlparsedata) import R-xmlparsedata-1.0.3
Convert the output of 'utils::getParseData()' to an 'XML' tree, that
one can search via 'XPath', and easier to manipulate in general.
|