search for: r41673

Displaying 2 results from an estimated 2 matches for "r41673".

Did you mean: 41673
2007 May 22
1
regexp bug in very recent r-devel
completion is semi-broken in today's r-devel, and the reason seems to be some regular expression changes: > sessionInfo() R version 2.6.0 Under development (unstable) (2007-05-22 r41673) i686-pc-linux-gnu locale: [...] attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" > regexpr("o", "foo", fixed = TRUE) [1] 2 attr(,"match.le...
2007 Nov 09
1
make check-all fails on F8
...ke[1]: *** [test-all-basics] Error 1 make[1]: Leaving 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") :...