search for: delmer

Displaying 3 results from an estimated 3 matches for "delmer".

Did you mean: jelmer
2006 Nov 06
5
memory issues with new release (PR#9344)
Full_Name: Derek Elmerick Version: 2.4.0 OS: Windows XP Submission from: (NULL) (38.117.162.243) hello - i have some code that i run regularly using R version 2.3.x . the final step of the code is to build a multinomial logit model. the dataset is large; however, i have not had issues in the past. i just installed the 2.4.0 version of R and now have memory allocation issues. to verify, i ran
2008 Jan 09
5
read.table: aborting based on a time constraint
Hello ? I am trying to write code that will read in multiple datasets; however, I would like to skip any dataset where the read-in process takes longer than some fixed cutoff. A generic version of the function is the following: for(k in 1:number.of.datasets) { X[k]=read.table(?) } The issue is that I cannot find a way to embed logic that will abort the read-in process of a specific dataset
2009 Apr 22
1
memory.limit
I ran the memory limit function in R 2.9.0 and received the 'error' below. The memory appears to update correctly, so there's probably no implication beyond cosmetic; however, thought I would make sure since the function as written did not generate the same error in my 2.8.0 version of R. Thanks > memory.limit(size=4095) Error in trunc(.Internal(memory.size(size))) :