[Rd] R disapears strangely

2007-05-26 Thread ronggui
When I use menu to open script, R disapears strangely. On average, It happens every 2-3 operations of opening script. But actually, R is still running in the backgroud, I can see the process in the task manage window of windows XP. Anyone comes across this problem? > R.version _ p

[Rd] R disapears strangely

2007-05-26 Thread ronggui
When I use menu to open script, R disapears strangely. On average, It happens every 2-3 operations of opening script. Anyone comes across this problem? > R.version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status

Re: [Rd] R scripts slowing down after repeated called to compiled code

2007-05-26 Thread Oleg Sklyar
I work with images with a lot of processing done in C code. Quite often I allocate memory there up to several gigs in chunks of 10-15 Mb each plus hundreds of protected dims, names etc. I had a similar problem only once when due to some erroneous use of an external library, internally created o

Re: [Rd] R scripts slowing down after repeated called to compiled code

2007-05-26 Thread Michael Braun
Oleg: No, I'm not using any temp files. The only external library I use is the GSL library, and I have counted, and re-counted, my gsl_matrix(vector)_alloc and gsl_matrix(vector)_free statements to be sure that they balance. I cases when they weren't balanced, memory usage would increase very r

[Rd] bug from nlm function (PR#9711)

2007-05-26 Thread bla
Full_Name: bernardo moises lagos alvarez Version: 2.4.0 OS: Windows XP professional Submission from: (NULL) (152.74.219.16) I need obtained the MLE of weibull parameters using the nlm with exact gradient an hessian. I am doing. bug report :Erro en log(b) : el argumento "b" está ausente, sin de

Re: [Rd] [Bioc-devel] promptClass

2007-05-26 Thread Martin Morgan
promptClass fails to identify methods associated with the class. Here is a fix: Index: promptClass.R === --- promptClass.R (revision 41719) +++ promptClass.R (working copy) @@ -165,7 +165,7 @@ if (nmeths > 0) {