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
Hi. I just changed the checking CI on a package I'm writing and I stumbled upon what seems to be a rcmdcheck error.
You can see on line 101 of the action log here the error message:
Error in dir(path, pattern = "^tests") :
translating strings with "bytes" encoding is not allowed
Calls: <Anonymous> ... get_test_fail -> get_test_output -> file.path -> dir
This seems to be the offending line of code, in get_test_output():
I'm not really sure what is the source of error here, but I suspect it relates to recent regular expression changes that have been going on in R devel?
Happy to help with anything. Cheers.
The text was updated successfully, but these errors were encountered:
Hi. I just changed the checking CI on a package I'm writing and I stumbled upon what seems to be a rcmdcheck error.
You can see on line 101 of the action log here the error message:
This seems to be the offending line of code, in
get_test_output()
:rcmdcheck/R/parse.R
Line 85 in bda6e71
I'm not really sure what is the source of error here, but I suspect it relates to recent regular expression changes that have been going on in R devel?
Happy to help with anything. Cheers.
The text was updated successfully, but these errors were encountered: