Re: [R] slow loading with lme4

2005-06-13 Thread Prof Brian Ripley
On Mon, 13 Jun 2005, Doran, Harold wrote: > It is actually the Matrix package that is taking so long, not lme4. Not so: lme4 is taking longer than Matrix: > system.time(library(Matrix)) [1] 4.17 0.11 4.28 0.00 0.00 > system.time(library(lme4)) Loading required package: lattice [1] 6.55 0.08 6.64

Re: [R] slow loading with lme4

2005-06-13 Thread Renaud Lancelot
ronggui a écrit : > it takes a long time to load the lme4 package.anyone else encounter this > problem? > > >>system.time(library(lme4)) > > 载入需要的程辑包:Matrix > 载入需要的程辑包:lattice > [1] 19.90 0.30 25.56NANA > > > >>version > > _ > platform i386-pc-mingw32 > arch

Re: [R] slow loading with lme4

2005-06-13 Thread Doran, Harold
: Subject: Re: [R] slow loading with lme4 It is actually the Matrix package that is taking so long, not lme4. It is is extremely large and is required for use with lme4. I think Doug Bates or Duncan Murdoch can confirm Matrix() contains more than 6000 or so lines

Re: [R] slow loading with lme4

2005-06-13 Thread Doran, Harold
. -Original Message- From: [EMAIL PROTECTED] on behalf of ronggui Sent: Mon 6/13/2005 12:36 AM To: r-help@stat.math.ethz.ch Cc: Subject: [R] slow loading with lme4 it takes a long time to load the lme4 package.anyone else

Re: [R] slow loading with lme4

2005-06-12 Thread Prof Brian Ripley
On Mon, 13 Jun 2005, ronggui wrote: it takes a long time to load the lme4 package.anyone else encounter this problem? Yes: ca 10 secs on my machine. Why do you call it a `problem', though? system.time(library(lme4)) ÔØÈëÐèÒªµÄ³Ì¼­°ü£ºMatrix ÔØÈëÐèÒªµÄ³Ì¼­°ü£ºlattice [1] 19.90 0.30 25.56

[R] slow loading with lme4

2005-06-12 Thread ronggui
it takes a long time to load the lme4 package.anyone else encounter this problem? > system.time(library(lme4)) 载入需要的程辑包:Matrix 载入需要的程辑包:lattice [1] 19.90 0.30 25.56NANA > version _ platform i386-pc-mingw32 arch i386 os mingw32 system