Changes in version 1.0.5 (2021-03-06) - Translate \ in lambda expression to OP-LAMBDA (#18 @renkun-ken). - Drop all control characters, except horizontal tab and newline (#19). Changes in version 1.0.4 (2020-08-31) - Translate ] tokens to OP-RIGHT-BRACKET instead of OP-RIGHT-BRACE (#11 @AshesITR). - xml_parse_data() now works if includeText = FALSE (#14 @renkun-ken). Changes in version 1.0.3 (2019-09-27) - Ensure that closing xml-tags for code expressions that end at the same position in a file respect start-first-end-last ordering in the produced xml. Ensures that the new equal_assign token in getParseData() for R-3.6 is handled appropriately. #5 @russHyde Changes in version 1.0.2 (2018-09-17) - Remove control characters \003, \007, \010, \027, as they are not allowed in XML 1.0, #1 @GregoireGauriot - Always convert parsed text to UTF-8 Changes in version 1.0.1 (2016-06-18) - Fix a bug when the input is already a getParseData() data frame. https://github.com/jimhester/lintr filters the parsed data to include individual functions only, but only filters the data frame, not the underlying srcrefs, so when we call getParseData() on the data frame again, we get the data for the whole source file. This is fixed now by noticing that the input is already a data frame Changes in version 1.0.0 (2016-05-20) First public release.