[R] (no subject)

2013-01-30 Thread Meenakshi Shankar Santhakumar
Dear Team, I am getting the following error message when try to run vb application The program was running fine in 32 windows 7 machine. When i moved the same program to 64 bit windows 8 machine i am getting the following error Error in inDL(x, as.logical(local), as.logical(now), ...) : unable

[R] Large Data

2010-06-14 Thread Meenakshi
HI, I want to import 1.5G CSV file in R. But the following error comes: 'Victor allocation 12.4 size' How to read the large CSV file in R . Any one can help me? -- View this message in context: http://r.789695.n4.nabble.com/Large-Data-tp2254130p2254130.html Sent from the R help mailing

[R] Error in Aggregate function

2010-02-26 Thread Meenakshi
Hi, When I run the Aggregate function in repeat loop, I got the following error: Error in sort.list(unique.default(x), na.last = TRUE) : 'x' must be atomic for 'sort.list' Have you called 'sort' on a list? How to solve this error. Anyone can help me. Urgent. Thanks. Meenakshi. -- View

Re: [R] Memory Problem

2010-02-08 Thread Meenakshi
Hi, Can I use macro variables in R. If we can use macro variables in R, where i can get that programs or macro in R books. -- View this message in context: http://n4.nabble.com/Memory-Problem-tp1459740p1472700.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Memory Problem

2010-02-06 Thread Meenakshi
Hi, I am using R 10.2.1 version. Before run any statement/functions the gc report is: used (Mb) gc trigger (Mb) max used (Mb) Ncells 124352 3.4 35 9.4 35 9.4 Vcells 81237 0.7 786432 6.0 310883 2.4 After I run the repeat statement, I got the following error

Re: [R] Memory Problem

2010-02-06 Thread Meenakshi
Hi, After get error message, My main file size is 1.05MB. Other objects are within 400bytes only. Thanks. -- View this message in context: http://n4.nabble.com/Memory-Problem-tp1459740p1471153.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Memory Problem

2010-02-06 Thread Meenakshi
This is my objects size: Size Mode asa_Condition 912 list asa_GatedCommunity9,912 list asa_Neighbourhood 2,872 list asa_Security832 list asa_Storeys 800 list

Re: [R] Memory Problem

2010-02-04 Thread Meenakshi
Hi, I have to run the repeat loop more than 50 times continuously. But it runs only 20 to 30 times only. After that the memory problem is coming. My dataset has 6321kb only. Then how to solve this problem. Meenakshi -- View this message in context: http://n4.nabble.com/Memory-Problem

[R] Memory Problem

2010-02-02 Thread Meenakshi
Hi, When I run the repeat loop in R for large dataset, I got Memory problem. How can I solve these problem. -- View this message in context: http://n4.nabble.com/Memory-Problem-tp1459740p1459740.html Sent from the R help mailing list archive at Nabble.com.