search for: rx64

Displaying 5 results from an estimated 5 matches for "rx64".

Did you mean: 0x64
2012 Mar 26
1
What does "package 'RDCOMClient' is not installed for 'arch=x64' " exactly mean?
Hi, I'm trying to use the excel.link package to write data to excel spreadsheets. I've installed the RDCOMClient package as required but get the error: package 'RDCOMClient' is not installed for 'arch=x64' I'm on Rx64 2.13.0. I assume it means the RDCOMClient package does not work on the x64 version. I've tried to see if there does a x64 RDCOMClient package version exist but to no available. Any suggestions? Cheers D -- View this message in context: http://r.789695.n4.nabble.com/What-does-package-RDCOMCli...
2013 Apr 20
2
matrix of size 30^5
...e combination is used to index and subset another matrix. I then run some models on the data in the subsetted matrix and then sometimes export the model results based on a couple criteria. 24,300,000 combinations seems to be too big for R on my computer (Intel i5, about 2.5 GB RAM free, 4 GB total, Rx64 2.15 ) to handle. Requests: 1. Can you tell me how I can estimate the amount of memory a matrix will require before I create it? 2. Do you have recommendations for packages that allow the user to send an object directly to the hard drive? I guess it would have to be partially created in RAM and...
2011 Aug 31
2
Getting the values out of histogram (lattice)
...of hist. Reading about the object trellis I saw I can access different info about the graph it generates but nothing about the actual data that goes into defining the histogram. How can I access the data from it? ? I am not sure if my problem is platform specific ? it should not be ? but I have Rx64 2.13.1 on windows machine, in case it counts. ? I appreciate your help, thanks, ? Monica
2014 Sep 24
1
Error Reading from Connection
Hello, I am running Rx64 3.03 under Windows 8 environment. I have been getting the following error. when running some of my old R applications. Below is a mock-up example. Could someone please help me resolve the issue? Thanks, Pradip Muhuri setwd ("D:/") > > > #load Rdata file > &...
2010 May 05
1
Memory warning (Reached total allocation of ...) - but no error
Hi all, I'm getting the following warnings inside a loop: Warning messages: 1: In calc.measures(g, 1, i) : Reached total allocation of 1535Mb: see help(memory.size) 2: In calc.measures(g, 1, i) : Reached total allocation of 1535Mb: see help(memory.size) Usually, when I see these warnings, they are accompanied with an error message (Error: cannot allocate ...), but not in this case.