[Rd] In plot.ts, las=1 applies to ylab with multiple series and not to axis labels

2016-01-30 Thread Spencer Graves
Hello: In plot.ts, las=1 applies to ylab and not axis labels with multiple series. The documented behavior is to have las=1 apply to axis labels and not ylab. To see this, please try the following: plot.ts(1:4, las=1) plot.ts(matrix(1:8, 4), las=1) On my Mac, the se

[Rd] Best way for rgl's .onLoad to fail?

2016-01-30 Thread Duncan Murdoch
On OSX and Linux, the rgl package currently requires X11 libs to be available for linking. Recent versions of OSX don't include them by default, so I'd like rgl to fail nicely. Ideally, it will load a library that doesn't need to link to the X11 libs but will still allow WebGL code to work, b

Re: [Rd] More Capability for Capabilities

2016-01-30 Thread Dario Strbenac
Good day, To clarify, extSoftVersion and grSoftVersion first became available in R 3.2.3. The university's servers are running R 3.2.2, so I didn't see it. -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia __