[Rd] mpi.h errors on Mavericks packages

2014-10-03 Thread Daniel Fuka
Dear mac folks, I have started porting a large legacy toolset maintained in windows and heavily mpi laden so it can be used across platforms in R... so I am building a package out of it. On this note, I am noticing that almost all of the mpi dependent packages do not compile on the CRAN

[Rd] Mac libgfortran.2.dylib

2013-01-14 Thread Daniel Fuka
compiled with. There are several possible approaches, but since R itself already uses the same Fortran, we ship a copy of the Fortran libraries inside R and modify packages such that they use it instead of the one from developer tools. Thanks for your time on my behalf, Daniel Fuka

[Rd] Distributing Executables.

2012-05-18 Thread Daniel Fuka
for my confusion on this point. I just have what I might consider a special case where it would be very handy to distribute a cran compiled executable. Thanks! Daniel Fuka __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Distributing Executables.

2012-05-18 Thread Daniel Fuka
, at 11:11 AM, Daniel Fuka wrote: Sorry for this intrusion, but I am confused by two statements that appear to conflict at some level in Writing R Extensions, and wanted to make sure I understand the answer to: Can we distribute a portable executable compiled from source by CRAN in CRAN

Re: [Rd] example package for devel newcomers

2011-08-02 Thread Daniel Fuka
Hi Alexandre, Is there a preferred language you would like to use in your package development? I randomly downloaded packages until I found some that helped me along my way, and might be able to help you pick one. If you are just looking at building a package of R functions and data you have

Re: [Rd] example package for devel newcomers

2011-08-02 Thread Daniel Fuka
Howdy again Alexandre, This sounds interesting and valuable, though might be touching some areas of R that makes me think others should chime in. I have a history of encouraging behavior that is sometimes not supported by the general public. First search does not find a project currently trying

Re: [Rd] .Fortran successful, R locks up.

2011-03-27 Thread Daniel Fuka
). On Fri, 25 Mar 2011, Daniel Fuka wrote: Thanks Duncan for helping me along the way. I am working in OSX, Linux, and Windows, and gdb is helping me trace it along to what appears to be an endless processor intensive loop in sys-std.c . Below, I have pasted the output. All files are closed

Re: [Rd] .Fortran successful, R locks up.

2011-03-26 Thread Daniel Fuka
in run_Rmainloop () at ../../../../R-2.12.1/src/main/main.c:1004 #4 0x1ff0 in main () (gdb) On Fri, Mar 25, 2011 at 8:41 AM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 24/03/2011 12:35 PM, Daniel Fuka wrote: Howdy, I am having a problem with a library compiled from some legacy fortran

[Rd] .Fortran successful, R locks up.

2011-03-25 Thread Daniel Fuka
Howdy, I am having a problem with a library compiled from some legacy fortran code. I can call the library, it runs as it should, returns a list, and gives a prompt, but then locks up the R session. Functions typed in return nothing. ctrl-c results in a new prompt that is still locked up, and R