equal_assign
token in getParseData()
for R-3.6 is handled appropriately. #5 @russHydeRemove control characters \003
, \007
, \010
, \027
, as they are not allowed in XML 1.0, #1 @GregoireGauriot
Always convert parsed text to UTF-8
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 frameFirst public release.