Re: [rkward-devel] windows quirks

2012-11-29 Thread Thomas Friedrichsmeier
Hi, On Thursday 29 November 2012, Enguerrand de Rochefort wrote: > it worked, but as expected (I guess) if I setwd("..") before opening the > file dialog it still crashes... yes, as expected, unfortunately. Well, I *am* going to try to debug this in kdelibs, as soon as I can (but I'm still stuc

Re: [rkward-devel] windows quirks

2012-11-29 Thread Enguerrand de Rochefort
Hi, it worked, but as expected (I guess) if I setwd("..") before opening the file dialog it still crashes... On Thu, November 29, 2012 16:35, Thomas Friedrichsmeier wrote: > Hi, > > On Monday 26 November 2012, you wrote: >> I did not stay in the C:\Documents and Settings\username\.rkward >> dire

Re: [rkward-devel] windows quirks

2012-11-29 Thread Thomas Friedrichsmeier
Hi, On Monday 26 November 2012, you wrote: > I did not stay in the C:\Documents and Settings\username\.rkward > directory. I now tried and the file dialog opened without crash. > Only if I start in .rkward and then setwd("..") it crashes. ok. Thanks. I have changed the installation bundle, so tha

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

[rkward-devel] ggplot2 error

2012-11-29 Thread Rudolf Reinelt
As advised in Cookbook for R , I tried to get the ggplot. The console returned: > library(ggplot2) Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'MASS' Error: package/namespace load failed for 'ggplot2' Error: package/namespace load failed for 'ggplot2' Que