search for: r69049

Displaying 3 results from an estimated 3 matches for "r69049".

Did you mean: 69049
2015 Aug 14
3
capture.output() duplicates last line unless newline (R-devel bug)
In R-devel (2015-08-12 r69024), capture.output() incorrectly duplicates the last line unless it ends with a newline. I don't see this in R 3.2.2 RC (2015-08-13 r69049). It seems to have started fairily recently; I spotted this yesterday after starting to get errors in my R.utils check that use capture.output(), cf. https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/R.utils-00check.html Examples: > x <- "a" > cat(x) a&...
2015 Sep 26
1
grDevice in R HEAD been broken for 6 weeks.
geDevice has been failing check for 6 weeks now with --enable-strict-barrier , bisected to: ------------------------------------------------------------------------ r69049 | murrell | 2015-08-14 00:03:12 +0100 (Fri, 14 Aug 2015) | 2 lines first hack at adding grid display list to recorded plot objects, so can add further grid drawing following a replayPlot() ------------------------------------------------------------------------ It seems to be broken by the GE_Sa...
2015 Aug 14
0
capture.output() duplicates last line unless newline (R-devel bug)
...ppeared in the meantime. -pd On 14 Aug 2015, at 11:09 , Henrik Bengtsson <henrik.bengtsson at ucsf.edu> wrote: > In R-devel (2015-08-12 r69024), capture.output() incorrectly > duplicates the last line unless it ends with a newline. I don't see > this in R 3.2.2 RC (2015-08-13 r69049). It seems to have started > fairily recently; I spotted this yesterday after starting to get > errors in my R.utils check that use capture.output(), cf. > https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/R.utils-00check.html > > Examples: > >> x...