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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo