jeroen / mongolite

Fast and Simple MongoDB Client for R
https://jeroen.github.io/mongolite/
284 stars 64 forks source link

Updating failure for latest mongolite via R #172

Open ghost opened 5 years ago

ghost commented 5 years ago

Here is the wrong message I got from the R studio. I'm using a mac and I installed Rstudio with anaconda3.

Error: package or namespace load failed for ‘mongolite’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Users/yxt/anaconda3/lib/R/library/mongolite/libs/mongolite.so': dlopen(/Users/yxt/anaconda3/lib/R/library/mongolite/libs/mongolite.so, 6): Symbol not found: _CRYPTO_get_id_callback Referenced from: /Users/yxt/anaconda3/lib/R/library/mongolite/libs/mongolite.so Expected in: flat namespace in /Users/yxt/anaconda3/lib/R/library/mongolite/libs/mongolite.so Error: loading failed Execution halted

I found that one package named "ssh" in R, which I really needs, requires the latest mongolite installed. So please help me with this issue. Thank you so much.