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
I also get a couple extra warnings when trying to style a file, all seemignly coming from the same place,
Messages d'avis :
1: Dans grep(pattern, bfr, value = TRUE) :
unable to translate ' Le num<82>ro de s<82>rie du volume est 1451-5EA6' to a wide string
2: Dans grep(pattern, bfr, value = TRUE) : input string 2 is invalid
3: Dans grep(pattern, bfr, value = TRUE) :
unable to translate ' R<82>pertoire de C:\Users\RoyO\AppData\Local\R\cache\R\R.cache' to a wide string
4: Dans grep(pattern, bfr, value = TRUE) : input string 4 is invalid
5: Dans grep(pattern, bfr, value = TRUE) :
unable to translate ' 3 R<82>p(s) 46<ff>600<ff>630<ff>272 octets libres' to a wide string
6: Dans grep(pattern, bfr, value = TRUE) : input string 11 is invalid
It may be due to the fact that regexps are stricter in R 4,3,0
From the changelog:
Regular expression functions now check more thoroughly whether their inputs are valid strings (in their encoding, e.g. in UTF-8).
The performance of grep(), sub(), gsub() and strsplit() has been improved, particularly with perl = TRUE and fixed = TRUE. Use of useBytes = TRUE for performance reasons should no longer be needed and is discouraged: it may lead to incorrect results.
The text was updated successfully, but these errors were encountered:
I see this problem when I use the styler addin ever since I upgraded to R 4.3.0. I tried to narrow it down, and I think R.cache may be the culprit.
Can't reproduce with a reprex, but here is what I see in interactive session.
My OS is Windows and R is in a French locale.
Created on 2024-02-26 with reprex v2.1.0
Session info
I also get a couple extra warnings when trying to style a file, all seemignly coming from the same place,
It may be due to the fact that regexps are stricter in R 4,3,0
From the changelog:
Regular expression functions now check more thoroughly whether their inputs are valid strings (in their encoding, e.g. in UTF-8).
The performance of grep(), sub(), gsub() and strsplit() has been improved, particularly with perl = TRUE and fixed = TRUE. Use of useBytes = TRUE for performance reasons should no longer be needed and is discouraged: it may lead to incorrect results.
The text was updated successfully, but these errors were encountered: