Displaying 1 result from an estimated 1 matches for "r43319".
Did you mean:
943319
2007 Nov 09
1
make check-all fails on F8
...directory `/home/marcs/R.Files/SourceCode/SVN/tests'
make: *** [check-all] Error 2
If I just run a diff on these two files, I get:
$ diff reg-IO.Rout.save reg-IO.Rout.fail
2c2
< R version 2.6.0 Under development (unstable) (2007-05-22 r41673)
---
> R version 2.6.0 Patched (2007-11-01 r43319)
59c59
< In readLines("testIO.R") : incomplete final line found on 'testIO.R'
---
> In readLines("testIO.R") : incomplete final line found on 'testIO.R'
103c103
< In readLines("testIO.R") : incomplete final line found on 'testIO.R'
--...