-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Keyring not creating in Ubuntu headless renv #148
Comments
That is not valid R syntax, so I am not sure how this can be successful. You are clearly getting an error. |
Ignore the Sudo part. I did not mean to add that syntax in. I realize thats invalid.
That is the error message in a non sudo version of R |
Can you include a stack trace? I.e. the output of |
Of course |
Hi, is this what you want? keyring::keyring_create(keyring = "dbsumeR_keyring")
|
Maybe this is a permission issue, and your regular user does not have access to some files it needs to have access to? |
Distributor ID: Ubuntu (HEADLESS)
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
We are running R in non sudo mode as a user. When trying to create a keyring:
We get:
Error: unexpected symbol in "sudo keyring"
When running R in Sudo mode
We are able to successfully create a Keyring and a OK status returns.
How can we allow keyring creation in user mode within R ?
The text was updated successfully, but these errors were encountered: