search for: path_to_

Displaying 4 results from an estimated 4 matches for "path_to_".

Did you mean: path_to
2016 May 01
2
Storage of byte code-compiled functions in sysdata.rda
...ation on in the DESCRIPTION file and with stats::approxfun imported in the NAMESPACE file (2) in an R session on R-devel do require(InterpolTry) x <- 1:100 y <- 1:100 fun <- approxfun(x,y) ## revise the next line accordingly to your local settings SrcRPathInterpolTry <- <path_to_(source-)R-folder_of_InterpolTry> RdaFile <- file.path(SrcRPathInterpolTry, "sysdata.rda") save(fun, file = RdaFile) tools::resaveRdaFiles(RdaFile) (3) re-build package InterpolTry and re-install it (4) create a minimal R package "UseInterpolTry", again with byte-co...
1999 Dec 23
1
rpart on Alpha under OSF
Running on an Alpha machine which reports (uname -a) OSF1 bsdx01.bs.ehu.es V4.0 878 alpha and using the binary distribution put together by Albrecht Gebhardt (in http://cran.at.r-project.org/bin/osf/osf4.0/tar/alpha_ev5/) I obtain core dumps whenever I try to use package rpart. I have R REMOVE'd the rpart package, downloaded the source rpart_1.0-7.tar from CRAN and
2016 May 05
0
Storage of byte code-compiled functions in sysdata.rda
...and with stats::approxfun imported in the NAMESPACE file > > (2) in an R session on R-devel do > > require(InterpolTry) > x <- 1:100 > y <- 1:100 > fun <- approxfun(x,y) > ## revise the next line accordingly to your local settings > SrcRPathInterpolTry <- <path_to_(source-)R-folder_of_InterpolTry> > RdaFile <- file.path(SrcRPathInterpolTry, "sysdata.rda") > save(fun, file = RdaFile) > tools::resaveRdaFiles(RdaFile) > > (3) re-build package InterpolTry and re-install it > > (4) create a minimal R package "UseInterpolTr...
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: