-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash when writing YAML with 'latin1'-encoded strings on Windows #90
Comments
I'll check it out, thanks for the bug report. |
I'm trying to get a clean reproducible example but am running into a similar problem when trying
depending on which packages are loaded. I can recreate a I haven't been able to track which one was causing the issue yet, but thanks for the info here @kevinushey on it being around encoding. |
Oddly, I just tested the original submission and it now works. The library proving yaml parsing is UTF-8 only is part of the problem. |
Currently working in R 4.1.2 with current master head version. |
Hmm, it still crashes for me with R 3.6.3 on Windows.
|
Does the following reproduce more readily?
|
That hung my instance of R. I'd like to get all these problems together and introduce as test cases to solve #113 |
To reproduce:
The text was updated successfully, but these errors were encountered: