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!