search for: fairily

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

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> > capture.output(cat(x)) [1]...
2015 Aug 14
0
capture.output() duplicates last line unless newline (R-devel bug)
...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 <- "a" >> cat(x) >...