search for: runnalls

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

Did you mean: runnable
2008 Jan 25
3
strsignif.c, util.c (PR#10635)
...y for the trailing null byte: 1. In src/appl/strsignif.c, 'f0' and 'form' at l. 108-9 each need at least 1 extra byte. 2. In src/main/util.c, 'out' at l. 1081 needs at least one extra byte. (Remember that the return value of strlen does not include the null byte.) Andrew Runnalls
2008 Feb 17
2
Mac OS X 2.5.1 / reg-plot.R / tr (PR#10781)
...iage returns) regards the dagger sign in reg-plot.ps as an illegal byte sequence. I'm surprised that this doesn't seem to have been reported before, but it was already present at least in R 2.6.1 Incidentally, couldn't the handling of line endings now be left to svn:eol-style? Andrew Runnalls -- Dr Andrew Runnalls, Computing Laboratory, University of Kent, CANTERBURY CT2 7NF, UK Tel: (0)1227 823821
2010 Jan 28
2
src/library/grid/src/grid.c (PR#14199)
At around line 2590, in function gridRect() in src/library/grid/src/grid.c (at the latest svn revision, 50745), ought not temp, www and hhh to be PROTECTed within this block? Andrew
2012 Mar 08
2
On R performance
I've been working on an R performance academic project for the last couple years which has involved writing an interpreter for R from scratch and a JIT for R vector operations. With the recent comments on Julia, I thought I'd share some thoughts from my experience since they differ substantially from the common speculation on R performance. I went into the project thinking that R would