Closed moldach closed 2 years ago
--vanilla
loads another installation of the package, maybe?
This works for me:
β― R_KEYRING_BACKEND=env R -q -e 'keyring::key_set_with_value("serv", password = "secret"); keyring::key_get("serv")'
> keyring::key_set_with_value("serv", password = "secret"); keyring::key_get("serv")
[1] "secret"
So it is possible to use a key without a username, with the env backend.
Please reopen this if you still have issues.
Load dependencies
Error from
Rscript
(but not interactively)I'm getting this error when trying to submit a script on our Linux server:
However, when I load R + libsodium modules and run the
R
code interactively, I'm able tokey_set()
andkey_get()
:Launch R
What could be causing this issue and how should I debug?