Re: [Rd] Storage of byte code-compiled functions in sysdata.rda

2016-05-10 Thread Peter Ruckdeschel
Dear Luke, thanks for taking a look at our problem and for checking it out, in particular for sending us the tool function getbc. This really sounds like we have somehow messed up our chain with different versions of the byte-code compiler. We will try and fix this and will let you know if we

Re: [Rd] Storage of byte code-compiled functions in sysdata.rda

2016-05-05 Thread luke-tierney
I can't reproduce the more complex version. But the package on CRAN fails in the same way on 3.2.3 and 3.3.0. The problem is that your sysdata.rda includes a function that is generating this error. If you do f <- getFromNamespace(".RMXE", ns ="RobAStRDA")[["GEVFamily"]][["fun.N"]][[1]] g <- get(

Re: [Rd] Storage of byte code-compiled functions in sysdata.rda

2016-05-01 Thread Peter Ruckdeschel
Thanks, Luke, for having a look to it. Sure, I can give you some reproducible example -- even in two degrees of completeness ;-): see below. Thanks again, Peter %--- (I) first example %--- Just to reproduce the error, on r-devel, tr

Re: [Rd] Storage of byte code-compiled functions in sysdata.rda

2016-05-01 Thread Tierney, Luke
Can you provide a complete reproducible example? Sent from my iPhone > On May 1, 2016, at 6:51 AM, Peter Ruckdeschel > wrote: > > Hi r-devels, > > we are seeing a new problem with our packages RobAStRDA (just new on CRAN, > thanks > to Uwe and Kurt!) and RobExtremes (to be submitted). > > I

[Rd] Storage of byte code-compiled functions in sysdata.rda

2016-05-01 Thread Peter Ruckdeschel
Hi r-devels, we are seeing a new problem with our packages RobAStRDA (just new on CRAN, thanks to Uwe and Kurt!) and RobExtremes (to be submitted). It must be something recent with the way you internally treat/store byte-code compiled functions, as we have no problems with R-3.1.3, but do see a