r-lib / keyring

:closed_lock_with_key: Access the system credential store from R
https://keyring.r-lib.org/
Other
196 stars 28 forks source link

Example does not work on linux #43

Closed richfitz closed 7 years ago

richfitz commented 7 years ago

This does work on OSX, but not on Linux

>      key_set("R-keyring-test-service", "donaldduck")
PASSWORD: ***********
Error in keyring %||% private$keyring : 
  argument "keyring" is missing, with no default
richfitz commented 7 years ago

(the code is from ?key_get)

gaborcsardi commented 7 years ago

I can reproduce this.