Re: [R-SIG-Mac] Interacting with R GUI app from another Cocoa app

2009-11-30 Thread Simon Urbanek
Guillaume, On Nov 29, 2009, at 10:29 , Guillaume Chapron wrote: Hello, I have a standalone simulation model written in Objective C/Cocoa. Once the simulations are done, I would like to send the output (a large C array) to R.app for further analysis and plotting. I'm able to launch R.app

Re: [R-SIG-Mac] *** caught bus error *** address 0x114382544, cause 'non-existent physical address'

2009-11-30 Thread Richard R. Liu
This problem disappeared in patched releases soon after I replied to Simon that I was unable to obtain the information that he required from the debugger. After checking a few releases I quite monitoring the problem. I assumed that it had been fixed with comment. However, today, the

Re: [R-SIG-Mac] Built on Mac, Installing on Windows - should this work?

2009-11-30 Thread Duncan Murdoch
On 30/11/2009 11:10 AM, Bryan Hanson wrote: Hi R Mac Folks... A question about using Mac-built pkgs on the dreaded Windows machines. I have successfully checked, built and installed a package on my Mac. The package tarball is at github.com/bryanhanson/ChemoSpec if you care to try installing

Re: [R-SIG-Mac] Built on Mac, Installing on Windows - should this work?

2009-11-30 Thread Prof Brian Ripley
On Mon, 30 Nov 2009, Duncan Murdoch wrote: On 30/11/2009 11:10 AM, Bryan Hanson wrote: Hi R Mac Folks... A question about using Mac-built pkgs on the dreaded Windows machines. I have successfully checked, built and installed a package on my Mac. The package tarball is at

Re: [R-SIG-Mac] Built on Mac, Installing on Windows - should this work?

2009-11-30 Thread Bryan Hanson
Hello Folks, thanks for the suggestions. I did what Simon suggested. And I did what Ducan suggested, namely to use Uwe's building service. I think both of these produced the same set of files (though I don't know how to check rigorously). So I moved these two archives, along with my source

Re: [R-SIG-Mac] Built on Mac, Installing on Windows - should this work?

2009-11-30 Thread Duncan Murdoch
On 30/11/2009 2:30 PM, Bryan Hanson wrote: Hello Folks, thanks for the suggestions. I did what Simon suggested. And I did what Ducan suggested, namely to use Uwe's building service. I think both of these produced the same set of files (though I don't know how to check rigorously). So I moved

Re: [R-SIG-Mac] Built on Mac, Installing on Windows - should this work?

2009-11-30 Thread Simon Urbanek
Bryan, there are several issues, but let's start with the most hopeful one: install.packages(pkgs = ChemoSpec_1.31.tar.gz, repos = NULL, type = source) * installing *source* package 'ChemoSpec' ... ** R ** data ** inst ** preparing package for lazy loading Warning in library(pkg,

Re: [R-SIG-Mac] Built on Mac, Installing on Windows - should this work?

2009-11-30 Thread Bryan Hanson
You guys are great! I understand the nuances between platforms much better now (the Mac environment does a lot for you in the background, which I had not given much thought to). Success came with unpacking the .zip file into the library folder. Then I still had to install all the dependencies

Re: [R-SIG-Mac] *** caught bus error *** address 0x114382544, cause 'non-existent physical address'

2009-11-30 Thread Richard R. Liu
Hi Simon, I think I've found the problem: filehash needs to be rebuilt. The data that I've been using the problematic expressions on resides in a filehash database. Having reduced the problem to one particular data frame of two columns and 1000 rows, I just copied it to its own