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
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
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
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
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