RNeo4j Installation Hanging, not Completing

和自甴很熟 提交于 2019-12-25 15:51:33

问题


I've tried installing RNeo4j package over and over, with no success - it keeps hanging, never finishing!

I tried installing the packages in RStudio (with devtools::install_github("nicolewhite/RNeo4j") ), and even the base R, just to be sure. I updated my devtools to the latest, and tried again. Same thing. It would just get to 'Installing other packages curl, httr, R6, stringi' and hang there.

To confirm this wasn't an internet connection issue, I manually installed those listed packages (httr, curl, R6, springi) and tried running the devtools install again. Now, it says Error in loadNamespace(name) : there is no package called ‘httr’, even though I just installed it!

Is this a glitch from devtools? Or has the repo been moved? Kindly assist! Thank you!


回答1:


Please try this:

library(devtools)

install_git("https://github.com/nicolewhite/RNeo4j")


来源:https://stackoverflow.com/questions/32122386/rneo4j-installation-hanging-not-completing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!