search for: useinterpolfct

Displaying 3 results from an estimated 3 matches for "useinterpolfct".

2016 May 01
2
Storage of byte code-compiled functions in sysdata.rda
...e a minimal R package "UseInterpolTry", again with byte-compilation on in the DESCRIPTION file and with stats::approxfun and package "InterpolTry" imported in the NAMESPACE file (5) in the R folder of R package "UseInterpolTry" write a function useInterpolFct() which goes like this useInterpolFct <- function(x){ fun <- getFromNamespace("fun", ns = "InterpolTry") fun(x) } export this function in the namespace and create an .Rd file to it (6) (re-)build package "UseInt...
2016 May 05
0
Storage of byte code-compiled functions in sysdata.rda
...ot;UseInterpolTry", again > with byte-compilation on in the DESCRIPTION file > and with stats::approxfun and package "InterpolTry" > imported in the NAMESPACE file > > (5) in the R folder of R package "UseInterpolTry" write a function > useInterpolFct() which goes like this > > useInterpolFct <- function(x){ > fun <- getFromNamespace("fun", ns = "InterpolTry") > fun(x) > } > > export this function in the namespace and create an .Rd file to it > > (6)...
2016 May 01
2
Storage of byte code-compiled functions in sysdata.rda
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 an "Error in fct(x) : byte code version mismatch" with R-devel SVNrev r70532. Background: