Re: [Rd] Stack smashing in RODBC

2010-01-26 Thread Dirk Eddelbuettel
On 26 January 2010 at 01:23, "Tom \"spot\" Callaway" wrote: | On 01/25/2010 09:14 PM, Dirk Eddelbuettel wrote: | > I cannot replicate this on Debian. The error gets trapped just fine. This may | > be particular to your builds or setup. I don;t see an R error (but of course | > do not speak for R

[Rd] tm installation (PR#14193)

2010-01-26 Thread ctelmo
Full_Name: Cesar Telmo Costa Version: R version 2.9.2 (2009-08-24) OS: Ubuntu kermic Submission from: (NULL) (85.241.174.237) AFTER install.packages("tm"): downloaded 317 Kb * Installing *source* package ‘tm’ ... ** libs gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c lazyTmMap.c -o

[Rd] Residual DF of NLS models (PR#14194)

2010-01-26 Thread han
Full_Name: Henrik Aalborg Nielsen Version: 2.10 OS: Linux (SLES 10 / openSUSE 11.1) Submission from: (NULL) (77.66.63.89) There seems to be a bug in df.residual.nls which is triggered when nls is called with argument na.action = na.exclude; in that case 'resid(object)' will contain NA-values whic

Re: [Rd] Residual DF of NLS models (PR#14194)

2010-01-26 Thread Prof Brian Ripley
Can we please have a reproducible example (as we did ask in the FAQ, the posting guide ...). On Tue, 26 Jan 2010, h...@enfor.dk wrote: Full_Name: Henrik Aalborg Nielsen Version: 2.10 OS: Linux (SLES 10 / openSUSE 11.1) Submission from: (NULL) (77.66.63.89) There seems to be a bug in df.resid

Re: [Rd] tm installation (PR#14193)

2010-01-26 Thread ligges
On 25.01.2010 17:20, cte...@ua.pt wrote: > Full_Name: Cesar Telmo Costa > Version: R version 2.9.2 (2009-08-24) > OS: Ubuntu kermic > Submission from: (NULL) (85.241.174.237) > > > AFTER install.packages("tm"): - A problem with a contributed package is *not* a bug in R, it *may be* one in the

Re: [Rd] Stack smashing in RODBC

2010-01-26 Thread Tom "spot" Callaway
On 01/26/2010 06:17 AM, Dirk Eddelbuettel wrote: > > On 26 January 2010 at 01:23, "Tom \"spot\" Callaway" wrote: > | On 01/25/2010 09:14 PM, Dirk Eddelbuettel wrote: > | > I cannot replicate this on Debian. The error gets trapped just fine. This > may > | > be particular to your builds or setup.

[Rd] AD: advanced R course - June 28-30, Seattle.

2010-01-26 Thread Thomas Lumley
The Summer Institute in Statistical Genetics at the University of Washington will include a 2.5 day course in Advanced R Programming, on June 28-30. The course will cover object-oriented programming, SQL and netCDF data access, calling compiled code, creating R packages, and using some of the

Re: [Rd] Residual DF of NLS models (PR#14194)

2010-01-26 Thread Henrik Aalborg Nielsen
OK - I do think the bug is pretty obvious when looking at the code (and remembering that resid(object) may contain NA's). Anyway, I've attached a script and the output (from 'R CMD BATCH --vanilla'). BR Henrik On Tue, 2010-01-26 at 12:04 +, Prof Brian Ripley wrote: > Can we please have a re

[Rd] poisson.test from stats package does not pass the conf.level (PR#14195)

2010-01-26 Thread mfay
Hi, The poisson.test function from stats package does not pass the conf.level p= arameter for the two-sample test. Here is an example: poisson.test(c(2,4),c(20,14),conf.level=3D.95)$conf.int poisson.test(c(2,4),c(20,14),conf.level=3D.9)$conf.int Here is the solution, change: RVAL <- bi