Re: [R] StatEt: Error R Object Browser Update java.lang.NullPointerException

2010-04-25 Thread romunov
I have previously just extracted the eclipse archive to a folder and ran eclipse. What might have happened is that not all dependencies must not have been met. I have just installed Eclipse with apt-get and everything seems to be working in order. On Sun, Apr 25, 2010 at 1:58 PM, Tobias Verbeke

[R] errors when installing packages (ubuntu)

2010-01-09 Thread romunov
stall at the end, or is there a deeper problem? I run Ubuntu Karmic Koala on R 2.9.2. 2> install.packages("fields") Warning in install.packages("fields") : argument 'lib' is missing: using '/home/romunov/R/i486-pc-linux-gnu-library/2.9' --- Ple

[R] Fwd: Error: cannot allocate vector of size 1.2 Gb

2009-10-12 Thread romunov
Error: cannot allocate vector of size 1.2 Gb To: romunov Cc: R mailing list That's the file I needed, and the problem I expected. The factor you specify is not a factor, but a numerical variable. Even more, if you tabulate it, you have 2 times the values "1", "2" and "

Re: [R] Error: cannot allocate vector of size 1.2 Gb

2009-10-12 Thread romunov
x27;t try it out without dataset off course. If it > doesn't work, post the traceback again, I'll take another look. > > Kind regards > Joris > > On Mon, Oct 12, 2009 at 1:07 PM, romunov wrote: > > Hello joris, > > > > this is the traceback() output. H

Re: [R] Error: cannot allocate vector of size 1.2 Gb

2009-10-12 Thread romunov
d some more tips here : > http://www.matthewckeller.com/html/memory.html > > This should give you a place to start looking. > Kind regards > Joris > > On Mon, Oct 12, 2009 at 11:39 AM, romunov wrote: > > Dear List, > > > > today I turn to you with a next pro

[R] Error: cannot allocate vector of size 1.2 Gb

2009-10-12 Thread romunov
Dear List, today I turn to you with a next problem. I'm trying to compare species richness between various datasets (locations) using species accumulation curves (Chapter 4, page 54 in Tree diversity analysisby Kindt & C

Re: [R] Error in family$family : $ operator is invalid for atomic vectors

2009-10-11 Thread romunov
-Raj wrote: > Check to see if you have an old workspace being loaded. You might have an > object called 'family' which you might need to remove. > > --sundar > > On Oct 11, 2009 12:15 PM, "romunov" wrote: > > Thank you Jorge and Barry for your input. >

Re: [R] Error in family$family : $ operator is invalid for atomic vectors

2009-10-11 Thread romunov
gt; > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] lattice_0.17-25 combinat_0.0-6 > > loaded via a namespace (and not attached): > [1] grid_2.9.0 tools_2.9.0 > > > HTH, > Jor

[R] Error in family$family : $ operator is invalid for atomic vectors

2009-10-11 Thread romunov
Dear List, I'm having problem with an exercise from The R book (M.J. Crawley) on page 567. Here is the entire code upto the point where I get an error. data(UCBAdmissions) x <- aperm(UCBAdmissions, c(2, 1, 3)) names(dimnames(x)) <- c("Sex", "Admit?", "Department") ftable(x) fourfoldplot(x, margin

Re: [R] problem plotting with ggplot2

2009-08-28 Thread romunov
ges. > > > On Fri, Aug 28, 2009 at 10:20 AM, romunov wrote: > > As far as I know, the packages are up to date. I have had identical > problems > > on 2.9.1 as well as on 2.8.1. I did a fresh install of 2.9.1 to no avail. > > Here is my sessionInfo(): > > > &g

Re: [R] problem plotting with ggplot2

2009-08-28 Thread romunov
> > HTH, > > baptiste > > 2009/8/28 romunov > >> Dear R-Help subsribers, >> >> upon running into a wonderful ggplot2 package by accident, I abruptly >> encountered another problem. Almost every command run with ggplot2 results >> in some sort of

[R] problem plotting with ggplot2

2009-08-27 Thread romunov
Dear R-Help subsribers, upon running into a wonderful ggplot2 package by accident, I abruptly encountered another problem. Almost every command run with ggplot2 results in some sort of error. The one below is far the most common one. Kind people from ggplot2 mailing list couldn't manage to solve