Thanks. I take it though you see "R" in this role as adding to the capabilities
of
the viewers, maybe adding some quick model fits over FEM results or something?
Right now I was imagining working with freefem and rolling my own c++ code
with supporting use of R code. Ideally I could easily overla
Thanks for adding more explanation. As Ivan Krylov mentioned earlier, this
sounds like an idea for developing an R package. The viewers and R largely
operate in communities that so far have little interaction and both can benefit
from ideas in the other.
George
> On Jan 11, 2024, at 6:30 AM,
Dear R devs,
I was digging into a package issue today when I realized R serialize function
not always generate the same results on equivalent objects when users choose to
run differently. For example, the following code
serialize(with(new.env(), { function(){} }), NULL, TRUE)
generates differe