Using Windows 10 x64 (build 19045), R 4.3.1 (2023-06-16 ucrt) , and keyring_1.3.1
Run key_set("test")
Enter "Password£"
Returns:
input string 1 is invalid
Error in b_wincred_set(self, private, service, username, keyring, prompt) :
Aborted setting keyring key
In addition: Warning message:
In sub("\r?\n$", "", rawToChar(x)) : unable to translate 'Password
' to a wide string
Just "Password" works fine.
Using Windows 10 x64 (build 19045), R 4.3.1 (2023-06-16 ucrt) , and keyring_1.3.1
Run
key_set("test")Enter "Password£"
Returns:
Just "Password" works fine.