You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install the package of 'psycho and use it', it didn't work well saying "installation of package ‘BDgraph’ had non-zero exit status" install.packages("devtools") library("devtools") install_github("neuropsychology/psycho.R") library("psycho")
The text was updated successfully, but these errors were encountered:
@DowntownCat You can try installing "BDgraph" manually first, before trying reinstalling psycho. However, depending on what you plan to do, please note that psycho's function analyze is being deprecated in favour of the new report package, currently in development. Do not hesitate to check it out.
When I try to install the package of 'psycho and use it', it didn't work well saying "installation of package ‘BDgraph’ had non-zero exit status"
install.packages("devtools") library("devtools") install_github("neuropsychology/psycho.R") library("psycho")
The text was updated successfully, but these errors were encountered: