Skip to content
Prev 59692 / 398502 Next

CRLF-terminated Fortran files

What did this have to do with GLMM?  I've changed the subject line.
On Wed, 24 Nov 2004, Richard A. O'Keefe wrote:

            
We've seen it for C, and test it for C in R CMD check.  I think we should 
check C++ and Fortran files too.
BTW, in that version of Sun Workshop f90 and f95 are the same compiler, 
and in later versions so is f77.  (I think these compilers are on version 
9 now.)  Even in version 7, there is no problem with line endings.

I did get a warning:

       call dchdc(a,p,p,work,jpvt,job,info)
                                      ^
"linear.f", Line = 408, Column = 38: WARNING: Procedure "DCHDC" is defined 
at line 194 (linear.f).  Illegal association of array actual argument with 
scalar dummy argument "INFO".

which seems genuine (make it info(1) in the call).
- Use install.packages(destdir=) to retain the tarballs which are 
downloaded.

- Unpack the package tarball, make changes.

- Run R CMD INSTALL on the changed sources.