Hi, I have a problem in calling 'org.Hs.eg.db' package in my Rstudio Server.
When I load Name space of the package, it generates error as shown below.
loadNamespace('org.Hs.eg.db')
Error: .onLoad failed in loadNamespace() for 'org.Hs.eg.db', details:
call: l$contains
error: $ operator is invalid for atomic vectors
It's bit strange since when I load name space at terminal, it did not create any problem
loadNamespace('org.Hs.eg.db')
<environment: namespace:org.Hs.eg.db>
I tried and searched solutions but I could not found any.
My session info is shown below. If you have any suggestion, plz let me know.
Thank you in advance.
I found the same issue reported in rstudio github issue.
The reason presented there was problem in communicating Rsqlite package and Rstudio.
The simple solution presented was disabling certain option as shown below.