I was trying to email directly the developer, David A. James, but all
the emails bounce...
Does anyone know if RMySQL may be re-compiled under Windows
and what are the limitations?
Cheers,
Michal
This email is confidential and intend
On Mon, 27 Nov 2006, Michal Okoniewski wrote:
> I was trying to email directly the developer, David A. James, but all
> the emails bounce...
> Does anyone know if RMySQL may be re-compiled under Windows
> and what are the limitations?
It may. The limitations are that you need to make use of a c
Full_Name: Xiao Gang FAN
Version: 2.4.0
OS: Windows
Submission from: (NULL) (159.50.101.9)
> library(chron)
> as.Date(as.POSIXct(strptime("1994-01-24","%Y-%m-%d")))
[1] "1994-01-23"
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/lis
as.Date is converting your object with respect to GMT time zone and in
that time zone your POSIXct date is the day before. See ?as.Date and also
suggest you read R News 4/1 help desk article.
On 11/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Full_Name: Xiao Gang FAN
> Version: 2.4.0
>
There are some pre-built binaries here:
http://stat.bell-labs.com/RS-DBI/download/index.html
-roger
Michal Okoniewski wrote:
> I was trying to email directly the developer, David A. James, but all
> the emails bounce...
> Does anyone know if RMySQL may be re-compiled under Windows
> and what ar
You have not told us your timezone, but this seems to be as documented if
you are in CET. The help page says
The 'as.Date' methods accept character strings, factors, logical
'NA' and objects of classes '"POSIXlt"' and '"POSIXct"'. (The
last are converted to days by ignoring th
Full_Name: Xiao Gang FAN
Version: 2.4.0
OS: Windows
Submission from: (NULL) (159.50.101.9)
> library(tseries)
> plot(irts(seq(as.POSIXct("1991-01-01"), by="month", length=100),rnorm(100)))
in the x-axix, the label is "Jan 01, Jan 01, Jan 01, "
version of tseries: 0.10-7
Date: 2006-10-04
Bui
After a long processing, I was able to create a version of a small C# class
that was able to emulate the rproxy by P/Invoke. This is mostly to find a
workaround a performance problem of the StatConnector.
It's almost work but ... I have strange memory exception when I call the
print function.
Full_Name: Ming-Chung Li
Version: 2.4.0
OS: windows xp
Submission from: (NULL) (65.125.12.222)
Hi,
My pc has 1gb physical ram and 1.5gb virtual memory. The write.matrix() function
in MASS library gives an error when I try it to output a large matrix to a file.
Please see the follwing code to rep
Hello,
I was simply doing a graph, but an error repeatdly occurs. Any idea why?
(this only happens in the latest R version, I am a windows user).
Thank you,
Marta
library(Hmisc)
> example(xYplot)
xYplot> d <- expand.grid(x = seq(0, 2 * pi, length = 150),
p = 1:3, shift = c(0, pi))
xYplot>
On 11/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I was simply doing a graph, but an error repeatdly occurs. Any idea why?
> (this only happens in the latest R version, I am a windows user).
What version is that exactly? Please give the output of sessionInfo(),
since "the late
Hi Duncan, all,
Duncan Murdoch <[EMAIL PROTECTED]> writes:
> This is now committed.
>
> I used keep.source, exactly the same as the option() that controls this
> behaviour in other places.
>
> I decided to set the default to TRUE. This means vignettes will all
> look different in R-devel.
I'
On 11/27/2006 7:56 PM, Seth Falcon wrote:
> Hi Duncan, all,
>
> Duncan Murdoch <[EMAIL PROTECTED]> writes:
>> This is now committed.
>>
>> I used keep.source, exactly the same as the option() that controls this
>> behaviour in other places.
>>
>> I decided to set the default to TRUE. This means
When I try it with R
"R version 2.4.0 Patched (2006-10-24 r39722)"
on Windows XP and the same version of tseries as yours I get
tick marks labelled 1992, 1994, 1996, 1998.
Try it again with a later version of R.
On 11/27/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Full_Name: Xiao Gang FAN
14 matches
Mail list logo