search for: lc_mo

Displaying 8 results from an estimated 8 matches for "lc_mo".

Did you mean: lc_mon
2008 Apr 22
0
S3 method despatch (changed between 2.6.2 and 2.7.0 RC?)
...yClass Axis.POSIXct* Axis.POSIXlt* Axis.default* Non-visible functions are asterisked > plot(x, 1:5) [1] "running Axis.MyClass" > > sessionInfo() R version 2.6.2 (2008-02-08) x86_64-unknown-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MO NETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME= C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATI ON=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] rcompg...
2008 Apr 22
1
graphics::Axis loosing S3/S4 class attributes of 'x' in 2.7.0 RC
...default() class(x)=numeric; class(at)=NULL In Axis() class(x)=numeric; class(at)=NULL In Axis.default() class(x)=numeric; class(at)=NULL> > sessionInfo() R version 2.7.0 RC (2008-04-20 r45403) x86_64-unknown-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MO NETARY=C;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRE SS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base Dr Oleg Sklyar Technology Group Man Investments Ltd +44 (0)20 7...
2001 Oct 04
0
Locale problems with strptime to convert dates
.... I'm using R1.3.1 on a x86 machine running Win 2000. My problem: - I want to convert a string to a date format using strptime. As I'm from Portugal my locale information is the following: > Sys.getlocale() [1] "LC_COLLATE=Portuguese_Portugal.1252;LC_CTYPE=Portuguese_Portugal.1252;LC_MO NETARY=C;LC_NUMERIC=C;LC_TIME=Portuguese_Portugal.1252" If I do the following everything works fine : > k <- "25-Set-01" > strptime(k,"%d-%b-%y") [1] "2001-09-25" because the month September in Portuguese is named "Setembro" and thus is abbre...
2009 Mar 12
1
installed.packages and package info cache buglet (PR#13592)
...=3D Patched major =3D 2 minor =3D 8.1 year =3D 2009 month =3D 02 day =3D 12 svn rev =3D 47919 language =3D R version.string =3D R version 2.8.1 Patched (2009-02-12 r47919) Windows XP (build 2600) Service Pack 2 Locale: LC_COLLATE=3DEnglish_Australia.1252;LC_CTYPE=3DEnglish_Australia.1252;LC_MO= NETARY=3DEnglish_Australia.1252;LC_NUMERIC=3DC;LC_TIME=3DEnglish_Australia.= 1252 Search Path: .GlobalEnv, package:grDevices, package:ad, package:chstuff, package:handy2= , package:tweedie, package:statmod, package:handy, package:debug, package:m= vbutils, mvb.session.info, package:tools, packag...
2008 Apr 10
1
ISOdate/ISOdatetime performance suggestions, other date/time questions
...m.time(posix.viaPOSIXlt1(ts)) ))[1,]) # [1] 0.37624 mean(sapply(1:25,function(i) system.time( system.time(posix.vialist(ts)) ))[1,]) # [1] 0.35488 sessionInfo() R version 2.6.2 (2008-02-08) x86_64-unknown-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MO NETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME= C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATI ON=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] rcompg...
2001 Dec 11
1
Locale problems with strptime to convert dates
...) I'm using R1.3.1 on a x86 machine running Win 2000. My problem: I want to convert a string to a date format using strptime. As I'm from Portugal my locale information is the following: > Sys.getlocale() [1] "LC_COLLATE=Portuguese_Portugal.1252;LC_CTYPE=Portuguese_Portugal.1252;LC_MO NETARY=C;LC_NUMERIC=C;LC_TIME=Portuguese_Portugal.1252" If I do the following everything works fine : > k <- "25-Set-01" > strptime(k,"%d-%b-%y") [1] "2001-09-25" because the month September in Portuguese is named "Setembro" and thus is abbr...
2008 Mar 26
0
as.POSIXct/as.POSIXlt generics
...ng a new generic function for "as.POSIXlt" in ".GlobalEnv" The latter executes: setMethod("as.POSIXct", w/o setGeneric > sessionInfo() R version 2.6.2 (2008-02-08) x86_64-unknown-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=C;LC_MO NETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME= C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATI ON=C attached base packages: [1] stats graphics grDevices utils datasets methods base Dr Oleg Sklyar Technology Group Man Investments Ltd +...
2009 Aug 07
1
Bug in nlm, found using sem; failure in several flavors (PR#13883)
...8839 >> language =A0 =A0 =A0 R >> version.string R version 2.9.1 (2009-06-26) >> >>> sessionInfo() >> R version 2.9.1 (2009-06-26) >> x86_64-unknown-linux-gnu >> >> locale: >> LC_CTYPE=3Den_US;LC_NUMERIC=3DC;LC_TIME=3Den_US;LC_COLLATE=3Den_US;LC_MO= NETARY=3DC;LC_MESSAGES=3Den_US;LC_PAPER=3Den_US;LC_NAME=3DC;LC_ADDRESS=3DC;= LC_TELEPHONE=3DC;LC_MEASUREMENT=3Den_US;LC_IDENTIFICATION=3DC >> >> attached base packages: >> [1] stats =A0 =A0 graphics =A0grDevices utils =A0 =A0 datasets =A0method= s =A0 base >> >> other...