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] How to generate a xyplot with multiple panels using an empty data frame ?

2009-01-29 Thread Daniel Kornhauser
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 start with an empty data frame and only fill it as the user request dat

Re: [Rd] In Rd: \describe \itemize and \item

2009-01-29 Thread Duncan Murdoch
On 29/01/2009 5:22 PM, Nicholas L Crookston wrote: I rebuilt a test version of my yaImpute package using Uwe Ligges' windows build service. I got this reply: Check result: OK R version 2.9.0 Under development (unstable) (2009-01-27 r47756) Here is the issue: I have the following construct in h

[Rd] In Rd: \describe \itemize and \item

2009-01-29 Thread Nicholas L Crookston
I rebuilt a test version of my yaImpute package using Uwe Ligges' windows build service. I got this reply: Check result: OK R version 2.9.0 Under development (unstable) (2009-01-27 r47756) Here is the issue: I have the following construct in help files (this example relates to "data"): \format

Re: [Rd] (PR#13487) Segfault when mistakenly calling [.data.frame

2009-01-29 Thread Prof Brian Ripley
What did your actual application do? This seems a very strange thing to do, and the segfault is in trying to construct the traceback. Only by using do.call on the object (and not even by name) do I get this error. E.g. `[.data.frame`(1:10, 3) Error in NextMethod("[") : object not specifie

Re: [Rd] length of POSIXlt object (PR#13482)

2009-01-29 Thread Jeff Ryan
Read the docs. POSIXlt is a list of 9 elements. Each element length is what you think it should be returning. That is not correct. ?POSIXlt Details: There are two basic classes of date/times. Class '"POSIXct"' represents the (signed) number of seconds since the beginning of 1970

[Rd] Arima_Like() and NaN - a (possible) problem, a patch, and RFC

2009-01-29 Thread Mauro Andreolini
Hi, recently I have started working with R (v. 2.7.2), and I have been using R's internal ARIMA_Like() function (from the "stats" package) to estimate some ARIMA models. In particular, I use ARIMA_Like() in a function "fn()" that I feed to the optim() method; the main goal is to find optimal ARIMA

[Rd] length of POSIXlt object (PR#13482)

2009-01-29 Thread twoutopias
The length() of a POSIXlt object is given as 9 regardless of the actual length. For example: > make.date.time function (year=c(2006,2006),month=c(8,8),day=2:5,hour=13,minute=45) {# convert year, etc., into POSIXlt object # d=as.character(make.date(year,month,day)) t=paste(hour,minute,sep=":") as.P

[Rd] Segfault when mistakenly calling [.data.frame (PR#13487)

2009-01-29 Thread brechbuehler
Full_Name: Christian Brechbuehler Version: 2.7.2, 2.8.1 OS: linux-gnu Submission from: (NULL) (24.128.51.18) Calling [.data.frame on an object that's not a data frame, specifically 1:10, causes segmentation fault. Context === We can subscript with a number of different notations: > (1:10

[Rd] after some time R stopped returning from Rmpi calls

2009-01-29 Thread Sklyar, Oleg (London)
Hi, this is not exactly a developer question, but maybe you have noticed similar behaviour before. For quite some time R and Rmpi were working perfectly for me until one day they just stopped doing so without any changes in the configs. R still spawns jobs as requested, and if they are small they

Re: [Rd] File and console output does not work in C code

2009-01-29 Thread Benjamin Leblanc
Hi Simon, Yes, absolutely right, I just did this (...) mistake using copy/paste and forgetting to rename the called function. Thank you for the help and the reference to graphic packages. Benjamin Simon Urbanek a écrit : Ben, just FYI - GDD package uses libgd to create R graphics images so