Hmm, you replied to a message from February and there has been an R
release since with a revised manual. That does say (even more clearly)
that it refers to version 10.0 of MKL and there have been changes. And
since than there had been a change (notified by an Intel engineer) about
which vers
Hi,
Using the following simple character vector representing a time series
with fractional seconds:
datetime <- c("20/09/2011 13:00:59.00", "20/09/2011 13:00:59.02",
"20/09/2011 13:00:59.04")
Conversion to POSIXct runs into problems; the second element is not
interpreted correctly:
I just realized that even in the non-nested case, calling from top level
"broke" some of my code "inexplicably", since the globally stored
function call gets overridden if you call Curry again. So old Curried
functions break.
Glad to have this fix.
On 5/25/2012 5:23 PM, Hadley Wickham wrote:
On May 30, 2012, at 2:15 PM, Sebastian P. Luque wrote:
> Hi,
>
> Using the following simple character vector representing a time series
> with fractional seconds:
>
> datetime <- c("20/09/2011 13:00:59.00", "20/09/2011 13:00:59.02",
> "20/09/2011 13:00:59.04")
>
> Conversion to PO
My apologies! I was looking at the current documentation and was
unable to find anything related to this topic in the mailing list
after Milan's question but you are correct. I moved to the latest MKL
and from R-2.14.2 to R-2.15.0 this morning and it appears to build
fine now.
A few months ago I
Bump, in case it was missed. This is also the case with R Under
development (unstable) (2012-05-25 r59443). /Henrik
On Fri, Apr 20, 2012 at 2:00 PM, Henrik Bengtsson wrote:
> Hi,
>
> in help("R_GSCMD") it says "R_GSCMD: Optional. The path to
> Ghostscript, used by dev2bitmap, bitmap and embedFo
Dear all,
I clicked "File-New Script" to open a R Editor, typed some commands in
it and then saved it to a file. If the location where I tried to save
the script contained Chinese Character, R Editor complained,
Error: invalid input 'E:\Some.Chinese.Characters\new_file.R' in 'utf8towcs'
> sessi