devtools::release()
breaks with unicode characters in tempdir()
path
#2508
Labels
reprex
needs a minimal reproducible example
Hello,
I've encountered an issue with the devtools::submit_cran() function. I would like to mention at the beginning, that I'm not sure if the problem is in the
devtools
package, or in some dependency likehttr
.I'm working in a Windows environment, and my username has a unicode character in it, specifically "ł". For this reason, the default Windows temporary directory
Replication of the issue:
Set the system environment variable TMPDIR to a path containing the character "ł", in my case it is
C:\Users\Mikołaj\AppData\Local\Temp
Try to release something to CRAN
Workaround:
Set the TMPDIR to a path without Unicode characters e.g.
C:\temp
The text was updated successfully, but these errors were encountered: