Hi I am trying to install a packaage "qgraph" I am using install.packages("qgraph", dependencies=TRUE) for the same. After that when I type library('qgraph') I am getting this error Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'ReadImages' Error: package/namespace load failed for 'qgraph' Please suggest a way to resolve this issue. Thanks in advance. -- Thanks and Regards Agrima Srivastava ------------------------------------------------------------------------------- Research Scholar Computer Science & Information Systems Department BITS Pilani Hyderabad Campus [[alternative HTML version deleted]]
On 28.12.2013 16:15, agrima srivastava wrote:> Hi > I am trying to install a packaage "qgraph" > I am using > install.packages("qgraph", dependencies=TRUE) for the same. > After that when I type library('qgraph') I am getting this error > > Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : > there is no package called 'ReadImages' > Error: package/namespace load failed for 'qgraph' > > Please suggest a way to resolve this issue.Try to install ReadImages? Best, Uwe Ligges> Thanks in advance. >
Hello, My suggestion: read the error message. Regards, Pascal On 29 December 2013 00:15, agrima srivastava <agrimasrivastava1 at gmail.com> wrote:> Hi > I am trying to install a packaage "qgraph" > I am using > install.packages("qgraph", dependencies=TRUE) for the same. > After that when I type library('qgraph') I am getting this error > > Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : > there is no package called 'ReadImages' > Error: package/namespace load failed for 'qgraph' > > Please suggest a way to resolve this issue. > > Thanks in advance. > > -- > Thanks and Regards > Agrima Srivastava > ------------------------------------------------------------------------------- > Research Scholar > Computer Science & Information Systems Department > BITS Pilani Hyderabad Campus > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Pascal Oettli Project Scientist JAMSTEC Yokohama, Japan
On 28/12/2013 15:15, agrima srivastava wrote:> Hi > I am trying to install a packaage "qgraph" > I am using > install.packages("qgraph", dependencies=TRUE) for the same. > After that when I type library('qgraph') I am getting this error > > Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : > there is no package called 'ReadImages' > Error: package/namespace load failed for 'qgraph' > > Please suggest a way to resolve this issue. > > Thanks in advance. >Look at http://cran.r-project.org/web/packages/ReadImages/index.html and http://cran.r-project.org/web/packages/qgraph/index.html It seems you have an ancient version of qgraph and that depends on a package which has not been available for about a year. You failed to give the 'at a minimum' information required in the posting guide, so we can only guess how you managed this. Perhaps 'f you are using an old version of R and think it does not work properly, upgrade to the latest version and try that, before posting.' applies? -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595