search for: roundx

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

Did you mean: round
2020 Feb 08
1
round(x, dig) [was "Development version of R fails tests .."]
...o available as https://stat.ethz.ch/~maechler/R/Rounding.html You can install and load the devel version of 'round' by remotes::install_gitlab("mmaechler/round") require("round") and then look a bit at the different versions of round(.) using example(roundX) i.e. using round::roundX(x, digits, version) For those who read so far: I'm really interested in getting critical (constructive) feedback and comments about what I've written there (in the bugzilla report, and the package vignette). It seems almost nobody till now has had much interest...
2020 Feb 16
0
round(x, dig) [was "Development version of R fails tests .."]
...so?available?as ?????https://stat.ethz.ch/~maechler/R/Rounding.html You?can?install?and?load?the?devel?version?of?'round'?by ???remotes::install_gitlab("mmaechler/round") ???require("round") and?then?look?a?bit?at?the?different?versions?of?round(.)??using ???example(roundX) i.e.?using?round::roundX(x,?digits,?version) For?those?who?read?so?far:??I'm?really?interested?in?getting critical?(constructive)?feedback?and?comments?about?what?I've written?there?(in?the?bugzilla?report,?and?the?package?vignette). It?seems?almost?nobody?till?now?has?had?much?interest?...
2020 Feb 08
4
Development version of R fails tests and is not installed
G'day all, I have daily scripts running to install the patched version of the current R version and the development version of R on my linux box (Ubuntu 18.04.4 LTS). The last development version that was successfully compiled and installed was "R Under development (unstable) (2020-01-25 r77715)" on 27 January. Since then the script always fails as a regression test seems to fail.