Rstudio console is crashing.
["The previous R session was abnormally terminated due to an unexpected crash"]
our R version is R-3.3.3
R studio is latest.
$ sudo rpm -qa | grep rstudio
rstudio-server-2023.09.0+463-1.x86_64
Error log:
code:
library(RODBC)
conn <- odbcDriverConnect('DRIVER={Drivername};SERVER=;UID=;PWD=)
test <- sqlQuery(conn, "select top 100 * from table_name")
I can run same code without any issue in R command line.