Displaying 4 results from an estimated 4 matches for "mkeller".
Did you mean:
keller
1999 Jul 09
1
"ld: bfd assertion fail" making eda.so on Linux (Redhat 6.0)
...o seen 5 :
ld -shared -o eda.so line.o smooth.o
ld: bfd assertion fail elf32-i386.c:621
ld: bfd assertion fail elf32-i386.c:621
ld: bfd assertion fail elf32-i386.c:621
ld: bfd assertion fail elf32-i386.c:621
ld: bfd assertion fail elf32-i386.c:1414
or three....
-----------
mkellers{maechler}425% gcc --version
egcs-2.91.66
mkellers{maechler}426% ld --version
GNU ld 2.9.1
Copyright 1997 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
Supported em...
2005 Jul 11
0
Sys.timzone() returns NA - problem caused by as.POSIXlt? (PR#8003)
...s to use GMT to refer to the timezone of the UK, e.g.
> Sys.time()
[1] "2005-07-11 07:49:56 GMT Daylight Time"
> Sys.timezone()
[1] "GMT Daylight Time"
although I am in British Summer Time not GMT.)
I'll add yet another workaround for R-patched.
On Thu, 7 Jul 2005 mkeller at fam.tuwien.ac.at wrote:
> Full_Name: Martin Keller-Ressel
> Version: 2.1.1
> OS: Windows 2000
> Submission from: (NULL) (128.130.51.88)
>
>
> Sys.timezone() returns NA although the environment variable TZ is set to GMT
> and
> Sys.time() returns the correct time and d...
2007 Jan 17
5
percent sign in plot annotation
Hello,
I would like to annotate a graph with the expression 'alpha = 5%' (the
alpha should be displayed as the greek letter).
I tried
> text(1,1,expression(alpha == 5%))
which gives a syntax error.
escaping the percent sign (\%) or doubling (%%) does not help.
What do I do?
Thanks,
Martin Keller-Ressel
--
Martin Keller-Ressel
Research Unit of Financial and Actuarial
2005 Jul 05
1
timezone problems
Hi,
Im using R 2.1.1 and running Code that previously worked (on R 2.1.0 I
believe) using the 'timeDate' function from the fCalendar package. The
code now throws an error:
Error in if (Sys.timezone() != "GMT") warning("Set timezone to GMT!")
However I have read the documentation of the fCalendar package and I have
set my system variable TZ to GMT.
I tracked the