search for: b00daf469882

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

2017 Mar 21
2
Incompatible change in R-devel
As of today's commit r72375 all packages with native-routine registration of C or Fortran routines need to be reinstalled in R-devel (and that include some of the recommended packages in R itself which will not be reinstalled via make dependencies, so we advise a clean rebuild of R). We try to avoid such things, but now is a least bad time (before binary packages for pre-3.4.0 are built
2017 Mar 21
1
Incompatible change in R-devel
...is, I just triggered rebuild of the smaller drd ("daily > r-devel") and r-devel Docker images for R. > > Using drd, I used R 3.3.3 to install digest and anytime (also installing Rcpp > and BH). I then launch the R-devel build freshly created, and reported as > > root at b00daf469882:/# RD --version > R Under development (unstable) (2017-03-21 r72380) -- "Unsuffered Consequences" > > yet both digest and anytime loaded fine by R-devel. Despite the fact that > they were installed by R 3.3.3. None register C/Fortran routines for .C or .Fortran. My belief i...
2017 Mar 21
0
Incompatible change in R-devel
.... So in order to test this, I just triggered rebuild of the smaller drd ("daily r-devel") and r-devel Docker images for R. Using drd, I used R 3.3.3 to install digest and anytime (also installing Rcpp and BH). I then launch the R-devel build freshly created, and reported as root at b00daf469882:/# RD --version R Under development (unstable) (2017-03-21 r72380) -- "Unsuffered Consequences" yet both digest and anytime loaded fine by R-devel. Despite the fact that they were installed by R 3.3.3. As I understand your email, that should not have worked. So I must be missing somet...