[Rd] CRAN testing

2015-06-11 Thread Mick Jordan
Is the mechanism by which packages are tested on CRAN described anywhere? Is it by any chance written in R? The FastR team is interested in running a virtual CRAN where we can test all the CRAN packages on FastR. Thanks Mick Jordan [[altern

Re: [Rd] Odd behavior of plot function

2015-06-11 Thread Therneau, Terry M., Ph.D.
Sorry, that's a cut and paste error. It should be either tempx or xtemp throughout. Terry T On 06/11/2015 12:59 PM, John Nolan wrote: Is there a misprint in your example? The first line of code uses tempx, but the rest uses a different variable xtemp? John -"R-devel" wrote: -

[Rd] Odd behavior of plot function

2015-06-11 Thread Therneau, Terry M., Ph.D.
The following code snippet taken from plot.survfit now gives me a surprising result: tempx <- c(0, 400, 0, 0) ytemp <- c(.0657, .98, 1, 0) plot(range(xtemp), range(ytemp), log='y', type='n') In that the max value for the x axis is now 10. The 0 on the end of ytemp was actually a mistake and s