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
Then the devtools::check() command fails. It looks like it is unable to parse some files in my package, even though they are all in UTF-8. Other commands like use_version() also fail.
I see from the changelog that some changes to UTF-8 handling were made in these two versions.
My machine is Windows 10 pro and the LC_CTYPE=French_Canada.1252
The text was updated successfully, but these errors were encountered:
Could you try v0.6.13? I have discovered some other bugs in forcing LC_CTYPE and have to revert it. v0.6.13 may have fixed this issue. (Though it has other issues though, and it was why I was forcing LC_CTYPE, see for example #430).
Versions
0.6.7
and0.6.8
+ introduced problems for me on Windows. Since it is on my work machine, I cannot post screenshots unfortunately.When I run for example
devtools::check()
on 0.6.7, I get many lines like this:But the operation succeeds.
With radian 0.6.8 and above (I tested every version up to 0.6.12), I get many lines like these (the number is not always 2, it varies):
Then the
devtools::check()
command fails. It looks like it is unable to parse some files in my package, even though they are all in UTF-8. Other commands likeuse_version()
also fail.I see from the changelog that some changes to UTF-8 handling were made in these two versions.
My machine is Windows 10 pro and the
LC_CTYPE=French_Canada.1252
The text was updated successfully, but these errors were encountered: