I m trying to run a simple R print function from Linux terminal but it failed due to loadNamespace error. I also cannot install that package from here because Rscript returns the same error.
Rscript failed due to missing keyring package
However, I m able to run it from Rstudio Workbench built-in terminal (same server)
Do you know what I m missing here?
I m expecting Rscript should work as same as what I m running from Rstudio Workbench terminal