search for: r72380

Displaying 5 results from an estimated 5 matches for "r72380".

Did you mean: r72389
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
...;) 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 is that packages which register more than one .C or more than one .Fortr...
2018 May 31
0
mysterious rounding digits output
...are *significant digits* > and not *decimal places* (which is what Joshua seems to want): Since R 3.4.0 the help on ?options *does* say significant! The change in R's source code was this one, 14 months ago : ------------------------------------------------------------------------ r72380 | maechler | 2017-03-21 11:28:13 +0100 (Tue, 21. Mar 2017) | 2 Zeilen Ge??nderte Pfade: M /trunk/src/library/base/man/options.Rd digits: + "signficant" ------------------------------------------------------------------------ and since then, the text has been ?digits?: controls...
2017 Mar 21
0
Incompatible change in R-devel
...("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 something -- can you help set me straight? Thanks, Dirk -- http://dir...
2018 May 31
2
mysterious rounding digits output
Well pointed out, Jim! It is infortunate that the documentation for options(digits=...) does not mention that these are *significant digits* and not *decimal places* (which is what Joshua seems to want): "?digits?: controls the number of digits to print when printing numeric values." On the face of it, printing the value "0,517" of 'ccc' looks like printing 4