In trying to change the driver used by Sweave on the command line using
R CMD Sweave --driver=foo
I consistently get the "directory 'foo' does not exist' error. (For any value
of 'foo', even the default 'RweaveLatex'.)
Looking up the source code for function .Sweave that is called by 'R CMD
Thanks for the report.
This is due to a change restoring behavior that was disabled
temporarily to work around a bug
(https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16111).
So it is again working as originally designed.
There are a number of places in the S4 dispatch code where errors are
c
Hello R-devel community,
I posted a new R 4.0.1 behaviour to stack overflow
(https://stackoverflow.com/questions/62327810/inconsistent-error-handling-of-function-and-s4-generics-on-r-4-0-1),
where I think it is an undesired or unexpected change in 4.0.1. Attributes of
errors seem to be lost or
Ryan Novosielski writes:
> Hi there,
>
> I initially asked about this on r-help and was told this might be a better
> venue. I’m not really convinced from reading the posting guide, but I’ll give
> it a shot. It was also suggested that the R-Project doesn’t really care about
> building with “n
On Wed, 24 Jun 2020 18:56:06 +
Ryan Novosielski wrote:
On my machine, getOption('expressions') is 5000 and the example from
the test correctly stops with length(traceback()) == 2500. (And the
simpler example of f <- function() f(); f() stops with
length(traceback()) == 5000).
> Traceback:
<