[Rd] mget call can trigger C stack usage error
Alexandre Courtiol
alexandre.courtiol at gmail.com
Tue Sep 6 01:48:34 CEST 2016
Hi all, not sure if you will call this a bug or something else but the
following silly call trigger a low level error:
foo <- list(x=1)
class(foo) <- "new"
print.new <- function(x, ...) print(mget(names(formals())))
foo
> Error: C stack usage 7969412 is too close to the limit
--
Alexandre Courtiol
http://sites.google.com/site/alexandrecourtiol/home
*"Science is the belief in the ignorance of experts"*, R. Feynman
[[alternative HTML version deleted]]
More information about the R-devel
mailing list