Closed srinivasbalachander closed 1 year ago
Hi Srinivas - sorry for the delay. The latest PR should have fixed this error.
Hello. I followed that strategy too to manage with the same error. But unfortunately I am still figthting to find out a solution. I do not know whether something went wrong during installation, but I do not what to do. Could you please help me out? Do you have some recomandations to follow before installing, some argument to specify and that you suggest, just to make sure I made the fine process?
When I installed the package I used the following options
remotes::install_github("sidchop/brainconn", force = TRUE, build_vignettes = TRUE, build = FALSE)
but if after installation I run the help() of function with ?brainconn I can see
I cannot understand what it is going wrong
Hello Sid,
Greetings - thanks for your great package!
Everything was working fine till today - I updated my R version (to 4.3.0) and all packages.
I now keep getting this error message, for all examples/vignettes that you've provided.
I think there's an issue with create_layout from ggraph, which for some reason takes data.frame objects but not matrices.
I tried modifying your build_plot function, in the lines with the create_layout function, I added as.data.frame(conmat) - things worked fine after that.
Hope this is helpful!
Best regards,
Srinivas B