Re: [Rd] R CMD check: OK in LINUX. Crashes in Windows!

2010-02-21 Thread rt
Hi, C code for this problem is embedded. I am not clear about the R_interface.c. I would appreciate if someone could point out problems that may lead to sporadic problems? Thanks, Russ //c_mat.h typedef struct cMatrix { int m; int n; double *d; } c_mat; //c_mat.c vo

Re: [Rd] R CMD check: OK in LINUX. Crashes in Windows!

2010-02-21 Thread rt
There seem to be some issues with Windows 7 user accounts (1) Windows 7 64bit: User Account Check.log - failed examples sh.exe: The application was unable to start correctly (0Xc142) Even when CMD.exe and sh.exe are run under admin privilege. This is however not consistent. Sh.exe executes

Re: [Rd] R CMD check: OK in LINUX. Crashes in Windows!

2010-02-19 Thread Uwe Ligges
Hard to say anything if we do not see any details from your package, but very likely you just had some luck under Ubuntu not to see any crashes... Uwe Ligges On 18.02.2010 18:12, rt wrote: Hi, I have followed the recommended steps for creating a package (rctest). As of now, my goal is simpl

[Rd] R CMD check: OK in LINUX. Crashes in Windows!

2010-02-18 Thread rt
Hi, I have followed the recommended steps for creating a package (rctest). As of now, my goal is simply to understand how various pieces fit together. The package includes: (1) C code with source in sub-directories, compiled to create a static library. (a) There is a single C-struct (dns) a simple