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
Create an XML file with an invalid structure for example
Open the file with xml2::read_xml() command
Expected behavior:
an error is displayed
the process is terminated
Actual behavior:
an error is displayed
the input XML file is locked (can't be modified or deleted) until R session is restarted (the process seems to continue in the background in a separate thread)
if you keep calling xml2::read_xml() the R studio will eventually crash.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: