Re: [Rd] 'is.integer' (PR#13671)

2009-04-22 Thread Peter Cowan
On Wed, Apr 22, 2009 at 10:45 AM, wrote: > Full_Name: Mauricio > Version: 2.9.0 (2009-04-17) > OS:  i486-pc-linux-gnu > Submission from: (NULL) (193.205.203.3) > > > This is a very simple function that seems not to be working, according to the > definition given by '?is.integer'. > > I checked in

Re: [Rd] Starting R Commander doesn't work (PR#13806)

2009-07-06 Thread Peter Cowan
On Mon, Jul 6, 2009 at 1:25 AM, wrote: > Full_Name: Noyb > Version: 2.9.1 > OS: Ubuntu 9.04 > Submission from: (NULL) (141.53.34.152) > > > Hello, > I installed the GUI R Commander and tried to open it out of R by > Noyb, It looks like your new to R, welcome to the community. A couple quick note

Re: [Rd] unit testing for R packages?

2009-10-05 Thread Peter Cowan
On Mon, Oct 5, 2009 at 5:44 PM, hadley wickham wrote: >> Now, as Seth already told, there are several functions in svUnit that >> ease interactive use of the tests in an R session. What he did not told >> is that RUnit has some nice code coverage functions that svUnit does not >> have. > > What ar

Re: [Rd] unit testing for R packages?

2009-10-05 Thread Peter Cowan
On Mon, Oct 5, 2009 at 7:00 PM, hadley wickham wrote: > On Mon, Oct 5, 2009 at 8:48 PM, Peter Cowan wrote: >> On Mon, Oct 5, 2009 at 5:44 PM, hadley wickham wrote: >>>> Now, as Seth already told, there are several functions in svUnit that >>>> ease interactive

[Rd] unbuffered R CMD check results

2008-08-04 Thread Peter Cowan
Hello all, I'm attempting to write a TextMate command that runs R CMD check and returns the results in an HTML window (I have confirmed with the TextMate devloper that this window will take unbuffered content). It appears that when stdout is not a tty R CMD check and INSTALL buffer results. When

Re: [Rd] How to generate a xyplot with multiple panels using an empty data frame ?

2009-01-29 Thread Peter Cowan
On Thu, Jan 29, 2009 at 7:53 PM, Daniel Kornhauser wrote: > Hi: > > I am coding some interactive interface using an xyplot from lattice. > When a user clicks on a panel of the xyplot, a simulation is executed and > the resulting data is plotted on the corresponding panel. > The problem is that I s

[Rd] [PATCH] typo in R-lang

2009-02-13 Thread Peter Cowan
Here is a patch for a small typo in the description of do.call() in case the inline version is unsuitable: Index: /Users/peter/manual/R-lang.texi === --- /Users/pet