search for: r45403

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

2008 Apr 21
1
R-2.7.0 RC (2008-04-20 r45403) fails fullcheck
A strange thing happened. After installing the most recent RC version of 2.7 (2008-04-20 r45403) I compiled it as usual with no errors. After installing it I ran "make fullcheck". I got as far as testing recommended packages and I got the following: ... -------- Testing package foreign -------- Running examples in 'foreign-Ex.R' ... Comparing `foreign-Ex.Rout' to `for...
2008 Apr 22
2
Getting rid of borders on semi-transparent plotting symbols
R version 2.7.0 RC (2008-04-20 r45403) When using semi-transparent filled plotting symbols, the border of the symbol has a different (darker) colour than the interior: plot(0, 0, pch=19, col="#FF000022") (Saving this as a PDF and looking at it magnified may make it easier to see.) This is pretty annoying, since when plott...
2008 Apr 22
1
graphics::Axis loosing S3/S4 class attributes of 'x' in 2.7.0 RC
...ot despatch on Axis.MyClass from my previous post. This happens for both S3 and S4 classes as in the code below! Funny enough, even "integer" was reset to numeric in Axis... Is this really an intended behaviour? It looks very wrong to me! Thanks, Oleg *** R version 2.7.0 RC (2008-04-20 r45403) [/research/osklyar/R-devel] *** > Axis function (x = NULL, at = NULL, ..., side, labels = NULL) { cat("In Axis() class(x)=", class(x), "; class(at)=", class(at), "\n", sep = "") if (!is.null(x)) UseMethod("Axis", x) e...
2008 Apr 22
0
S3 method despatch (changed between 2.6.2 and 2.7.0 RC?)
...= C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATI ON=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] rcompgen_0.1-17 tools_2.6.2 == >>> Output from 2.7.0 RC (2008-04-20 r45403) ================================ > methods("Axis") [1] Axis.Date* Axis.MyClass Axis.POSIXct* Axis.POSIXlt* Axis.default* Non-visible functions are asterisked > plot(x, 1:5) > > sessionInfo() R version 2.7.0 RC (2008-04-20 r45403) x86_64-unknown-linux-gnu locale: LC_C...