Closed cookersjs closed 3 years ago
Hmm, looks like you installed the package with the name reactome.graphdb4r
, I think re-installing the package can resolve it: if you are in the ReactomeGraph4R
project, then press the Install & Restart
in the Build
tab; or connect to the GraphDb neo4j local server first, then run this R command devtools::install_github("reactome/ReactomeGraph4R", ref="develop")
Thank you @chilampoon, your suggestion worked - I'll be posting the updated documentation shortly
Hi there, when trying to knit the Rmd file I get a few errors where it can't locate the package or any of its contained methods. I made a bit of headway with this, but it will need to wait until tomorrow before I can work on this in earnest.
Error messages (from opening
vignettes/Introduction.Rmd
and pressing 'Knit' (which is what I did in ContentService package without issue):If I change line 41 to
library(reactome.graphdb4r)
, it seems to fix it, but then after I get the graph.db instance up and running and enter my credentials, another message pops up that says it can't find themultiObjects.Rd
method. Strange - but I will look into this further tomorrow @chilampoon