search for: seesioninfo

Displaying 2 results from an estimated 2 matches for "seesioninfo".

Did you mean: sesioninfo
2009 Oct 13
2
Sweave output encoding in R-2.10.0beta on Windows (Rgui <-> Rterm)
...quite a few changes concerning encoding, but I was not able to locate an entry which explains the observed behaviour. I am not very familiar with encodings/locales/codepages, but I will try to explain my observations as best I can. In R-2.9.2pat, when invoking R via Rgui --vanilla (output of seesionInfo() below), the output of Sweave for .rnw files containing german umlaute (latin1-encoded) is again latin1-encoded (the resulting .tex-file compiles with \usepackage[latin1]{inputenc} and \usepackage[german]{babel}). In R-2.10.0beta, however, when invoking R via Rgui --vanilla (output of seesionI...
2008 Sep 03
1
ugly plots with xlim/ylim exceeding data range (changed since R2.6.1)
...the ones from 2.7.2 and 2.8.0 put ticks just for the part of the axis range. In case of plot they cover the range of the data, but with the requested xlim and ylim they should cover the range of those, and in case of matplot the range of ticks does not cover the range of data at all. Here are the seesionInfo's: ----------------------------------------------------------------- R version 2.8.0 Under development (unstable) (2008-08-05 r46234) x86_64-unknown-linux-gnu locale: C attached base packages: [1] stats graphics grDevices utils datasets methods base ---------------------------...