[Rd] How to explore R internals through gdb?

2009-06-08 Thread Kynn Jones
Hi everyone. I'm trying to learn my way around the R internals. I've gone pretty much as far as I can go with the information given in Writing R Extensions and R Internals, but I still have a lot of questions, too many in fact to post them to the r-devel list. But I think I could answer many of t

Re: [Rd] CRAN build/checks: Dependencies on non-CRAN packages?

2009-06-08 Thread Henrik Bengtsson
Thank you all for these clarifications and for all your great contributions to this project (can't be said too many times)! /Henrik On Mon, Jun 8, 2009 at 2:17 AM, Prof Brian Ripley wrote: > On Mon, 8 Jun 2009, Kurt Hornik wrote: > >>> Henrik Bengtsson writes: >> >>> Hi, >>> how is the CRAN b

[Rd] Defining a S4 method for existing function interaction.plot

2009-06-08 Thread Thomas Roth (geb. Kaliwe)
Dear Members, i have defined a S4-class and a function for that class wich is to be called interaction.plot. Problem: interaction.plot already exists so setMethod(f = "interaction.plot", signature = "myClass", definition = function(x){ return(TRUE) }) Fehler in conformMethod(signature, mn

Re: [Rd] iconv.dll needed in addition to Riconv.dll for package XML (PR#13748)

2009-06-08 Thread ligges
Please install from the "CRAN extras" repository (where you will find a working copy) and do NOT report a bug in R that is not a bug in R but in a contributed package / the package repository. Best, Uwe Ligges osiander.meix...@hp.com wrote: > Full_Name: Osiander Meixner > Version: 2.9.0 (2009-0

Re: [Rd] iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)

2009-06-08 Thread Uwe Ligges
Please install from the "CRAN extras" repository (where you will find a working copy) and do NOT report a bug in R that is not a bug in R but in a contributed package / the package repository. Best, Uwe Ligges osiander.meix...@hp.com wrote: Full_Name: Osiander Meixner Version: 2.9.0 (2009-04-

[Rd] iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)

2009-06-08 Thread osiander . meixner
Full_Name: Osiander Meixner Version: 2.9.0 (2009-04-17) OS: Windows Vista Enterprise, 32bit, SP1 Submission from: (NULL) (15.195.185.82) package XML_2.5-1 >library(XML) throws an error window saying: " RGui: RGui.exe - Unable to Locate Component This application has failed to start becuase iconv.

Re: [Rd] CRAN build/checks: Dependencies on non-CRAN packages?

2009-06-08 Thread Prof Brian Ripley
On Mon, 8 Jun 2009, Kurt Hornik wrote: Henrik Bengtsson writes: Hi, how is the CRAN build/check system dealing with dependencies on non-CRAN packages? Are there external repositories that are dealt with in special ways, e.g. Bioconductor and Omegahat? Is this documented somewhere? The mo

Re: [Rd] CRAN build/checks: Dependencies on non-CRAN packages?

2009-06-08 Thread Henrik Bengtsson
On Mon, Jun 8, 2009 at 12:29 AM, Kurt Hornik wrote: >> Henrik Bengtsson writes: > >> On Sun, Jun 7, 2009 at 11:49 PM, Kurt Hornik wrote: Henrik Bengtsson writes: >>> Hi, how is the CRAN build/check system dealing with dependencies on non-CRAN packages?  Are there externa

Re: [Rd] CRAN build/checks: Dependencies on non-CRAN packages?

2009-06-08 Thread Henrik Bengtsson
On Sun, Jun 7, 2009 at 11:49 PM, Kurt Hornik wrote: >> Henrik Bengtsson writes: > >> Hi, >> how is the CRAN build/check system dealing with dependencies on >> non-CRAN packages?  Are there external repositories that are dealt >> with in special ways, e.g. Bioconductor and Omegahat?  Is this >>

Re: [Rd] CRAN build/checks: Dependencies on non-CRAN packages?

2009-06-08 Thread Kurt Hornik
> Henrik Bengtsson writes: > On Sun, Jun 7, 2009 at 11:49 PM, Kurt Hornik wrote: >>> Henrik Bengtsson writes: >> >>> Hi, >>> how is the CRAN build/check system dealing with dependencies on >>> non-CRAN packages?  Are there external repositories that are dealt >>> with in special ways, e.g