Re: [rkward-devel] ggplot2 error no solution yet

2012-12-01 Thread Thomas Friedrichsmeier
Hi, On Saturday 01 December 2012, Rudolf Reinelt wrote: > try re-installing ggplot2 (either using > the install.packages() command, > > results in > > > install.ggplot > > Error: object 'install.ggplot' not found It's install.packages ("ggplot2") > RKWard using Settings->Manage R > packages

Re: [rkward-devel] ggplot2 error no solution yet

2012-12-01 Thread Rudolf Reinelt
Thank you very much for your advice: try re-installing ggplot2 (either using the install.packages() command, results in install.ggplot Error: object 'install.ggplot' not found and RKWard using Settings->Manage R packages...->Install / Update / Remove) leads to Warning: unable to access

Re: [rkward-devel] ggplot2 error Thanks

2012-11-30 Thread Rudolf Reinelt
Hi, that was fast!! Thank you very much, I will be working on it over the weekend Rudolf Reinelt (29.11.2012 17:25), Thomas Friedrichsmeier wrote: > Hi, > > On Thursday 29 November 2012, Rudolf Reinelt wrote: >>> library(ggplot2) >> Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : >> the

Re: [rkward-devel] ggplot2 error

2012-11-29 Thread Thomas Friedrichsmeier
Hi, On Thursday 29 November 2012, Rudolf Reinelt wrote: > > library(ggplot2) > > Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : > there is no package called 'MASS' this means you don't have the package "MASS", which is required by ggplot2. I don't know, why you lack this package, as