search for: lc_monetar

Displaying 4 results from an estimated 4 matches for "lc_monetar".

Did you mean: lc_monetary
2007 Jul 31
1
POSIXct Formating Error (PR#9819)
...em = i386, mingw32 status = major = 2 minor = 5.0 year = 2007 month = 04 day = 23 svn rev = 41293 language = R version.string = R version 2.5.0 (2007-04-23) Windows XP (build 2600) Service Pack 2.0 Locale: LC_COLLATE=English_Australia.1252;LC_CTYPE=English_Australia.1252;LC_MONETAR Y=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252 Search Path: .GlobalEnv, package:zoo, package:chron, package:RDCOMClient, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base [[alternative H...
2008 Feb 21
1
Selecting timestamps
...uot; "2002-02-02 17:00:00 Normaaliaika" "2002-02-02 18:00:00 Normaaliaika" "2002-02-02 18:00:00 Normaaliaika" etc. Thank you, Lauri > sessionInfo() R version 2.6.0 (2007-10-03) i386-pc-mingw32 locale: LC_COLLATE=Finnish_Finland.1252;LC_CTYPE=Finnish_Finland.1252;LC_MONETARY=Finnish_Finland.1252;LC_NUMERIC=C;LC_TIME=Finnish_Finland.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RODBC_1.2-3 loaded via a namespace (and not attached): [1] tools_2.6.0
2009 Feb 26
2
removing daylight savings in R
...ions I am unable to do this. Is anyone able to help with to set up R2.8.1 to use standard time instead of daylight savings times? The session info for R 2.8.1 is: R version 2.8.1 (2008-12-22) i386-pc-mingw32 locale: LC_COLLATE=English_Australia.1252;LC_CTYPE=English_Australia.1252;LC_MONETAR Y=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base and for 2.6.2 is: R version 2.6.2 (2008-02-08) i386-pc-mingw32 locale: LC_COLLATE=English_Australia.1252;LC_CTYPE...
2009 Oct 26
3
as.POSIXct month problem
Hi everybody When I try example of strptime x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960") z <- strptime(x, "%d%b%Y") The result is; > z [1] NA NA NA NA I have got the same result with complete form of month but not with numeric form. Any idea? [[alternative HTML version deleted]]