You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start a script as a batch job you will need to pass the keyring password and unlock the keyring for this session. In the past this would trigger an interactive prompt but for 'reasons' this seems not to work anymore. This is a workaround.
#!/usr/bin/env Rscriptargs= commandArgs(trailingOnly=TRUE)
library("ecwmfr")
# set file based keyring and unlock with argument
options(keyring_backend="file")
keyring::keyring_unlock("appeears", args[1])
The text was updated successfully, but these errors were encountered:
To start a script as a batch job you will need to pass the keyring password and unlock the keyring for this session. In the past this would trigger an interactive prompt but for 'reasons' this seems not to work anymore. This is a workaround.
The text was updated successfully, but these errors were encountered: