-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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).
- Loading branch information
mef
committed
Sep 11, 2021
1 parent
91ebe8f
commit d3c50ca
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2020/02/10 14:19:35 mef Exp $ | ||
$NetBSD: distinfo,v 1.2 2021/09/11 05:43:29 mef Exp $ | ||
|
||
SHA1 (R/xmlparsedata_1.0.3.tar.gz) = 43146896cc23e57f20b4bc2b690a2568a4bf3351 | ||
RMD160 (R/xmlparsedata_1.0.3.tar.gz) = f8e15361090d435f389edfb23ea291023480b9ca | ||
SHA512 (R/xmlparsedata_1.0.3.tar.gz) = 01491f053de8f62da89af6560d206cf38d563ae7ed5270f7104815e0f9c160d9a9bfc7d3dd78441e495fe50929b558fba70cf3604c5b7021eb28e0457a397002 | ||
Size (R/xmlparsedata_1.0.3.tar.gz) = 8188 bytes | ||
SHA1 (R/xmlparsedata_1.0.5.tar.gz) = 68d5c63c6bf3522f25b63d05af6a29e9049300ba | ||
RMD160 (R/xmlparsedata_1.0.5.tar.gz) = dd18f2d239ea260015ba8e9a6d1fb40a7496cab0 | ||
SHA512 (R/xmlparsedata_1.0.5.tar.gz) = 31daf828e3dc7aa163b92dbf5c81f364674797154b6fd7ac53f4a300ef2d06c499f2da8d610e6d25882768c2b4c5b59e292b31e133b5025384709f724072e0fc | ||
Size (R/xmlparsedata_1.0.5.tar.gz) = 8993 bytes |