You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because equality check if performed without taking into account if the file has a blank line at the end. The only way to figure this out is to use a lower-level implementation of xfun::read_utf8(), i.e. readLines(), catch the warning (if any) about missing blank line and propagate the information upwards in the call stack. Interacts with #320.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This is because equality check if performed without taking into account if the file has a blank line at the end. The only way to figure this out is to use a lower-level implementation of
xfun::read_utf8()
, i.e.readLines()
, catch the warning (if any) about missing blank line and propagate the information upwards in the call stack. Interacts with #320.The text was updated successfully, but these errors were encountered: