Displaying 7 results from an estimated 7 matches for "activequ".
Did you mean:
activesu
2012 Dec 03
2
R-Forge not building packages?
...t.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 Dec 05
0
AQ-R 0.2 // realtime messaging.
...nd is
available via install.packages("aqr",
repos="http://R-Forge.R-project.org").
The most important new feature is real-time messaging from within R.
AQ-R 0.2 enables you to send and receive byte[] messages within R
through a STOMP compliant messaging server, such as the ActiveQuant
Master Server. There are various STOMP protocol compliant servers [1].
You can build arbitrarily complex messaging infrastructures, where
messages flow between R instances or other-language messaging components.
The key functions are:
aqSubscribe(aChannel) - subscribe to messages in a channe...
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...nd is
available via install.packages("aqr",
repos="http://R-Forge.R-project.org").
The most important new feature is real-time messaging from within R.
AQ-R 0.2 enables you to send and receive byte[] messages within R
through a STOMP compliant messaging server, such as the ActiveQuant
Master Server. There are various STOMP protocol compliant servers [1].
You can build arbitrarily complex messaging infrastructures, where
messages flow between R instances or other-language messaging components.
The key functions are:
aqSubscribe(aChannel) - subscribe to messages in a channe...
2012 Nov 17
1
Sighandlers
...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
in Rd documentation, line breaks in code blocks?
...ted into one line.
If I add \cr at the end of every line in \code, it gets broken
properly, but a warning says "Tag \cr is invalid in a \code block"
What's the right way to include code (same problem with verbatim) in a
subsection?
Thanks
Ulrich
--
Ulrich Staudinger
http://www.activequant.org
Connect online: https://www.xing.com/profile/Ulrich_Staudinger
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 "("
2012 Nov 28
1
Introduction text in R help files
...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