Skip to content
Prev 46810 / 63424 Next

regenerate Rscript after moving R installation

Murray,
On Sep 24, 2013, at 2:18 AM, Murray Stokely <murray at stokely.org> wrote:

            
As Brian pointed out, some of them concern linking (I'm typically worried about OS X and Dirk has fixed Rcpp there), but there are also others that store package paths in variables or in supplementary files. Others store system paths as well (i.e. you can move R but not any dependent resources). Unfortunately this is hard to detect, because of lazy-loading (all lazy-load files have the paths baked in the namespace, so they will always include the path that you installed to originally) -- one example of a hard-coded variable is race.
It is hard to detect. The linking ones typically fail right away, but those with hard-coded paths inside may fail only in some use cases.

Cheers,
Simon