Hello, I've noticed the following error using repeat{} / break in R 3.4.1
running on Windows 10 and Windows Server 2008 (both 64-bit environments).
When running a repeat function, the break command causes an error message if
the repeat command refers to code within a file, but does not produce a
Saving a plot to Windows metafile (wmf) now includes additional unwanted space
to the right of and below the plot.
The bug can be reproduced with the following code:
win.metafile("test.wmf")
plot(c(1,4,2,3))
dev.off()
# png output for comparison
png("test.png")
plot(c(1,4,2,3))
dev.off()
I exp
> Suharto Anggono
> on Sat, 19 Aug 2017 14:35:07 + writes:
> Yes, they work now. I mentioned them partly because the
> commit description said overflow for large n and partly to
> be considered for regression tests.
Thank you, Suharto.
I subsequently have amended NE
Thanks, I patched the TRE sources in R-devel 73107 and closed the PR.
Tomas
On 08/17/2017 11:06 AM, Wollschlaeger, Daniel wrote:
The issue seems related to R bug report 15012:
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15012
As mentioned in the comments there, a pull request to the T