when I load bioconductor package "AnnotationDbi" using rstudio server , it's can't be work, insteringly, when i use remote R , it's work well
> library(AnnotationDbi)
Error: package or namespace load failed for ‘AnnotationDbi’:
.onLoad failed in loadNamespace() for 'httr', details:
call: options()
error: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'NULL'
any one have ideas? Thanks!