Displaying 7 results from an estimated 7 matches for "ustaudinger".
Did you mean:
staudinger
2012 Dec 03
2
R-Forge not building packages?
...-forge.r-project.org/R/?group_id=1518
R-Forge says:
Version: 0.2 | Last change: 2012-11-27 21:37:05+01 | Rev.: 32
Build status: Building
But I am already at revision 37 and R-Forge doesn't move since 6 days....
Can anyone help?
Thanks
Ulrich
--
Ulrich Staudinger
P: +41 79 702 05 95
E: ustaudinger at activequant.com
http://www.activequant.com
AQ-R user? Join our mailing list:
http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/aqr-user
2012 Nov 17
1
Sighandlers
...When I exit R, my signal handler is not being called. Am I listening
to the right signals? Do I have some misunderstanding on my side?
Funny side story, if I manually raise(SIGINT), my handlers gets called.
Thanks for some light on this,
Ulrich
--
Ulrich Staudinger
P: +41 79 702 05 95
E: ustaudinger at activequant.com
http://www.activequant.com
Connect online: https://www.xing.com/profile/Ulrich_Staudinger
2012 Nov 28
1
Introduction text in R help files
Hi everyone,
is there a way to include introduction text in the PDF that documents
all methods? I want to avoid to write a proper vignette, but would
much rather like to include some introduction text in my reference
PDF.
Thanks
Ulrich
--
Ulrich Staudinger
P: +41 79 702 05 95
E: ustaudinger at activequant.com
http://www.activequant.com
AQ-R user? Join our mailing list:
http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/aqr-user
2012 Nov 28
1
in Rd documentation, line breaks in code blocks?
Hi everyone,
following the gentle advice from this list, I write a package
description Rd file.
I have a section in there. In this section, I have a subsection. In
this subsection, I want to have a code fragment. This code fragment
should include several commands, spanning several lines.
Example:
==========
\name{aqr-package}
\alias{aqr-package}
\alias{aqr}
\docType{package}
\title{Package
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...viable citizen in highly
heterogenous message processing environments. </buzz>
Cheers,
Ulrich
References:
[1] http://stomp.github.com/implementations.html#STOMP_1_0_Servers
[2] http://www.youtube.com/watch?v=h1gLgJOEWW0
--
Ulrich Staudinger, ActiveQuant GmbH
P: +41 79 702 05 95
E:ustaudinger at activequant.com
http://www.activequant.com
Connect online:https://www.xing.com/profile/Ulrich_Staudinger
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...viable citizen in highly
heterogenous message processing environments. </buzz>
Cheers,
Ulrich
References:
[1] http://stomp.github.com/implementations.html#STOMP_1_0_Servers
[2] http://www.youtube.com/watch?v=h1gLgJOEWW0
--
Ulrich Staudinger, ActiveQuant GmbH
P: +41 79 702 05 95
E:ustaudinger at activequant.com
http://www.activequant.com
Connect online:https://www.xing.com/profile/Ulrich_Staudinger
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Nov 08
3
strsplit with invalid regular expression
Hi all,
> diff_operator <- "\\("
> strsplit(cond, diff_operator)
[[1]]
[1] "andsin" "log_angle_1_4)"
> diff_operator <- "\\sin("
> strsplit(cond, diff_operator)
Error in strsplit(cond, diff_operator) :
invalid regular expression '\sin(', reason 'Missing ')''
When I am going to split with "("