I was surprised to find an environment variable documented as R_KEYRING_KEYRING until I looked into the code and saw that it was probably an error. I think the correct environment variable is R_KEYRING_BACKEND. There are several references to both environment variables in default_backend.R. I would expect there to be only one environment variable, and I would expect it would be named R_KEYRING_BACKEND.
I was surprised to find an environment variable documented as
R_KEYRING_KEYRING
until I looked into the code and saw that it was probably an error. I think the correct environment variable isR_KEYRING_BACKEND
. There are several references to both environment variables indefault_backend.R
. I would expect there to be only one environment variable, and I would expect it would be namedR_KEYRING_BACKEND
.https://github.com/r-lib/keyring/blob/da3e1796f606d9ce3a735a40efcef88284bada30/R/default_backend.R#L56-L57