install neo4r using conda
Opened this issue · 0 comments
Hi there,
I'm trying to install the package using conda command under Windows 10 because I expect to work and manage as much as possible all my R and Python packages within Anaconda.
Obviously, some R packages are not to be found in the default channel nor that of r when using conda, in which case Anaconda offers in general the following way to "build" a conda-recognizable R-package:
conda skeleton cran neo4r
conda build r-neo4r
Which led to many conflicts whatsoever and, unsurprisingly, failed. Plus, I activated previously the environment built for R-Studio so that the conflict between R and Python packages should be sort of minimum here.
Anyone here can help me with the installation in conda? Because installing packages directly in R-Studio while working under conda could be annoying.
Thank you!