Displaying 2 results from an estimated 2 matches for "sunblade100".
2004 Jun 07
7
Vectors of years, months, and days to dates?
The interface for dates in R is a little confusing to me.
I want to create a vector of Date objects from vectors of years, months, and
days.
One solution I found is:
years <- c(1991, 1992)
months <- c(1, 10)
days <- c(1, 2)
dates <- as.Date(ISOdate(years, months, days))
But, in this solution the ISOdate function converts the vectors into
characters,
which can cause serious
2001 Sep 15
1
Solution to (well known) problem with Rdconv.pm on Sun Solaris (PR#1093)
....pm at the 5 lines above. This would make
the building of [R] a little bit easier.
Perl version used: 
"This is perl, version 5.003 with EMBED built under solaris at Sep 14 1996
22:39:00 + suidperl security patch". 
This is the version of perl installed on a brand new (2001-09-10) Sun
SunBlade100 Solaris machine.
[R] version: Trying to install R v1.3.1.
Regards
Henrik Bengtsson
Lund University
Sweden
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "he...