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

Fixes keyring create name inversion issue #82

Closed eyherabh closed 3 years ago

eyherabh commented 4 years ago

The example given in the manual of backend_secret_service was triggering an error with message "Error: attempt to apply non-function" due to calling kb$create_keyring instead of calling kb$keyring_create. Fixing the example by calling the latter does not solve the issue. Hence, I replace create_keyring with keyring_create in the manual, on R side, and on C side. Now it works without errors.

gaborcsardi commented 3 years ago

Thanks! I think these have been fixed already.