Re: [Rd] Fortran runtime error with package cts on CRAN/Mac

2011-11-21 Thread Zhu Wang
Thanks Prof Ripley. Here is what I meant for "submit a test". I can build and check R source packages for Windows at http://win-builder.r-project.org/, but I am not aware of a link for Mac. I thought this can be useful for those without access to Mac machines. Regards, Zhu Wang >>> Prof B

Re: [Rd] Fortran runtime error with package cts on CRAN/Mac

2011-11-20 Thread Prof Brian Ripley
Well, as Writing R Extensions says, packages should do no Fortran I/O at all. So please pass the binary value to your code from R. You cannot expect to write out extreme values without some representation error, and adjacent values cannot be read in again. In any case, these values are essen

[Rd] Fortran runtime error with package cts on CRAN/Mac

2011-11-20 Thread Zhu Wang
Hello, As the author of package cts, I hope somebody on this list can kindly help (perhaps off-list) to resolve the build/check issue with package cts for Mac. The error occurred on Mac machines only: http://cran.r-project.org/web/checks/check_results_cts.html. Here is the error message: A