Displaying 20 results from an estimated 24 matches for "german_switzerland".
2009 Apr 08
2
factor, as.factor and levels
...Patched
major 2
minor 8.1
year 2009
month 03
day 13
svn rev 48132
language R
version.string R version 2.8.1 Patched (2009-03-13 r48132)
> sessionInfo()
R version 2.8.1 Patched (2009-03-13 r48132)
i386-pc-mingw32
locale:
LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;LC_NUMERIC=C;LC_TIME=German_Switzerland.1252
attached base packages:
[1] splines stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] survival_2.34-1 car_1.2-12 gmodels_2.14...
2010 Oct 25
0
Possible bug with scrambled messages on Win7-64bit using R2.12.0 (32/64 bit version)
...ct 'C:/Program
Files/R/R-2.12.0/bin/i386/this/dll/does/not/exist.dll':
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden.
<--- THIS LINE DOES NOT SHOW IN RGUI
> sessionInfo()
R version 2.12.0 (2010-10-15)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
> Sys.getlocale()
[1] "LC_COLLATE=German_Switzerland.1252;LC_CTYPE=Ge...
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
...(rJava)
> .jinit()
> getCRANmirrors()
> system("ls" , intern = TRUE)
Error in system("ls", intern = TRUE) : CreateThread failed
My details are as follows:
> sessionInfo()
R version 2.15.2 (2012-10-26)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252
LC_CTYPE=German_Switzerland.1252
LC_MONETARY=German_Switzerland.1252
[4] LC_NUMERIC=C LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rJava_0.9-3
The failure app...
2010 Dec 31
3
survexp - example produces error
...e="white"),
jasa, cohort=FALSE,
ratetable=survexp.usr)
Error in floor(temp) : Non-numeric argument to mathematical function
sessionInfo('survival')
R version 2.12.1 Patched (2010-12-18 r53869)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
character(0)
other attached packages:
[1] survival_2.36-2
loaded via a namespace (and not attached):
[1] base_2.12.1 graphics_2.12.1 grDev...
2009 Jul 13
1
survSplit with data.frame containing a Surv object
...tus))
aml3.so <- survSplit(aml.so ,cut=c(5,10,50),end="time",start="start",
event="status",episode="i")
summary(aml3.so)
sessionInfo('survival')
R version 2.9.1 Patched (2009-07-07 r48910)
i386-pc-mingw32
locale:
LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;LC_NUMERIC=C;LC_TIME=German_Switzerland.1252
attached base packages:
character(0)
other attached packages:
[1] survival_2.35-4
loaded via a namespace (and not attached):
[1] base_2.9.1 graphics_2.9.1 grDevices_2.9.1...
2016 Dec 20
3
Unexpected I(NULL) output
...losophy of
the I() function to return an object that is functionally equivalent
to the input object.
My sessionInfo() returns:
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=German_Switzerland.1252
LC_CTYPE=German_Switzerland.1252
LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Best regards,
Florent
2015 Jan 22
1
R CMD check: Locale not set to C?
...ws: 14 15 16 17 18 19 20
----------------------------------------------------
I am using the following environment (on Windows 7):
----------------------------------------------------
> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
----------------------------------------------------
The problem are the loc...
2005 Jun 15
3
Possible bug in file.choose() - how to tell?
Hi,
I run a script file by dropping it on a windows batch file that runs R
in --slave modus. In a subfunction there is the call to file.choose().
The problem is, that the dialog does show only folders but no files at
all. It's quite strange: a) without --slave modus the files are shown,
b) when I copy the whole script file in a different file it was also
ok, but when I renamed the script, the
2017 Jan 25
3
Undefined behavior of head() and tail() with n = 0
...in my eyes, the better approach would be implement support
for -0 and document it. What do you think?
Best,
Florent
PS/ My sessionInfo() gives:
R version 3.3.2 (2016-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=German_Switzerland.1252
LC_CTYPE=German_Switzerland.1252
LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
2017 Jan 26
2
Undefined behavior of head() and tail() with n = 0
...> > Florent
>
>
> > PS/ My sessionInfo() gives:
> > R version 3.3.2 (2016-10-31)
> > Platform: x86_64-w64-mingw32/x64 (64-bit)
> > Running under: Windows 7 x64 (build 7601) Service Pack 1
>
> > locale:
> > [1] LC_COLLATE=German_Switzerland.1252
> > LC_CTYPE=German_Switzerland.1252
> > LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
> > LC_TIME=German_Switzerland.1252
>
> > attached base packages:
> > [1] stats graphics grDevices utils datasets methods base
>
>...
2016 Dec 22
0
Unexpected I(NULL) output
...consistent.
Martin Maechler
ETH Zurich
> My sessionInfo() returns:
>> sessionInfo()
> R version 3.3.2 (2016-10-31)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 7 x64 (build 7601) Service Pack 1
> locale:
> [1] LC_COLLATE=German_Switzerland.1252
> LC_CTYPE=German_Switzerland.1252
> LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
> [5] LC_TIME=German_Switzerland.1252
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
> Best regards,
> Flo...
2011 Aug 19
0
retain class after merge
...ks$name) <- 'myclass2'
(m1 <- merge(authors, books, by.x = "surname", by.y = "name"))
class(m1$surname)
[1] "character"
>
> sessionInfo()
R version 2.13.1 Patched (2011-08-08 r56671)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
2010 Dec 20
0
survexp - unable to reproduce example
...ccept.dt,race="white"), jasa, cohort=FALSE,
+ ratetable=survexp.usr)
Error in floor(temp) : Non-numeric argument to mathematical function
> sessionInfo('survival')
R version 2.12.1 Patched (2010-12-18 r53869)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
character(0)
other attached packages:
[1] survival_2.36-2
loaded via a namespace (and not attached):
[1] base_2.12.1 graphics_2.12.1 grDev...
2008 Jun 27
0
unexpected lining up of labels in axis(4, hadj=1) (PR#11840)
...box()
> axis(4,hadj=1)
> ## axis labels are positioned in an awkward way
>
> ## I would expect to see label positions like here:
> axis(4,hadj=1,mgp=c(3,3,0))
>
> These are my sessionInfos:
> R version 2.7.1 (2008-06-23)
> i386-pc-mingw32
>
> locale:
> LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;LC_NUMERIC=C;LC_TIME=German_Switzerland.1252
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> ______________________________________________
> R-devel at...
2008 Sep 16
1
aggregate() does not return POSIXct object correctly (PR#12887)
...x
## 1 A 1199142000
## 2 B 1199401200
## I expected:
## event x
## 1 A "2008-01-01 CET"
## 2 B "2008-01-04 CET"
## my system:
sessionInfo()
## R version 2.7.2 Patched (2008-09-12 r46541)
## i386-pc-mingw32
##
## locale:
## LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;LC_NUMERIC=C;LC_TIME=German_Switzerland.1252
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
Kind regards
Rene Locher E-Mail: rene.lo...
2013 Nov 06
0
MPICH2 Rmpi and doSNOW
...cluster <- makeCluster(4, type = "MPI")
My computer hangs up and I have to close the R session.
Any advice how I get this running?
Thanks in advance
> sessionInfo()
R version 3.0.1 (2013-05-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=German_Switzerland.1252 LC_CTYPE=German_Switzerland.1252
[3] LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
[5] LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] Rm...
2017 Jan 26
0
Undefined behavior of head() and tail() with n = 0
...cument it. What do you think?
> Best,
> Florent
> PS/ My sessionInfo() gives:
> R version 3.3.2 (2016-10-31)
> Platform: x86_64-w64-mingw32/x64 (64-bit)
> Running under: Windows 7 x64 (build 7601) Service Pack 1
> locale:
> [1] LC_COLLATE=German_Switzerland.1252
> LC_CTYPE=German_Switzerland.1252
> LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
> LC_TIME=German_Switzerland.1252
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
> _______________________________...
2006 Oct 06
2
factor levels with umlauts
...ausgef??llt
Looks like a conflict between encodings, but my locals are set correct
in my discretion and I tried something like:
t.muster <- lapply(t.muster, iconv, "ISO8859-1", "ISO8859-15")
but it did not work.
my locals are:
> Sys.getlocale()
[1]
"LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;
LC_NUMERIC=C;LC_TIME=German_Switzerland.1252"
and I am running R on:
> R.version
_
platform i386-pc-mingw32
arch i386
os...
2016 Dec 20
2
Very small numbers in hexadecimal notation parsed as zero
...ot;0x1.p-1022"
strtod = 2.2250738585072014e-308
string = "0x1.f89fc1a6f6613p-974"
strtod = 1.23456e-293
My sessionInfo() returns:
R version 3.3.2 (2016-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=German_Switzerland.1252
LC_CTYPE=German_Switzerland.1252
LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
LC_TIME=German_Switzerland.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Regards,
Florent
2017 Jan 27
0
Undefined behavior of head() and tail() with n = 0
...gt;
>> > PS/ My sessionInfo() gives:
>> > R version 3.3.2 (2016-10-31)
>> > Platform: x86_64-w64-mingw32/x64 (64-bit)
>> > Running under: Windows 7 x64 (build 7601) Service Pack 1
>>
>> > locale:
>> > [1] LC_COLLATE=German_Switzerland.1252
>> > LC_CTYPE=German_Switzerland.1252
>> > LC_MONETARY=German_Switzerland.1252 LC_NUMERIC=C
>> > LC_TIME=German_Switzerland.1252
>>
>> > attached base packages:
>> > [1] stats graphics grDevices utils datasets met...