[R] [R-pkgs] AQ-R 0.2 // realtime messaging.

2012-12-05 Thread Ulrich Staudinger
p://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:ustaudin...@activequant.com http://www.activequant.com Connect online:https://www.xing.com/profile/Ulrich_Staudinger [[alte

Re: [R] R-Forge not building packages?

2012-12-03 Thread Ulrich Staudinger
t faster than R-Forge. > > Regards, > Yihui > -- > Yihui Xie > Phone: 515-294-2465 Web: http://yihui.name > Department of Statistics, Iowa State University > 2215 Snedecor Hall, Ames, IA > > > On Mon, Dec 3, 2012 at 12:05 PM, Ulrich Staudinger > wrote: >> Hi there

[R] R-Forge not building packages?

2012-12-03 Thread Ulrich Staudinger
days Can anyone help? Thanks Ulrich -- Ulrich Staudinger P: +41 79 702 05 95 E: ustaudin...@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 __ R-h

Re: [R] in Rd documentation, line breaks in code blocks?

2012-11-29 Thread Ulrich Staudinger
Have it for now ... \preformatted{ .. } does the job. On Wed, Nov 28, 2012 at 9:21 PM, Ulrich Staudinger wrote: > 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 hav

[R] in Rd documentation, line breaks in code blocks?

2012-11-28 Thread Ulrich Staudinger
ode (same problem with verbatim) in a subsection? Thanks Ulrich -- Ulrich Staudinger http://www.activequant.org Connect online: https://www.xing.com/profile/Ulrich_Staudinger __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinf

[R] Introduction text in R help files

2012-11-28 Thread Ulrich Staudinger
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: ustaudin

Re: [R] strsplit with invalid regular expression

2012-11-08 Thread Ulrich Staudinger
; > > - > Bharat Warule > Pune > -- > View this message in context: > http://r.789695.n4.nabble.com/strsplit-with-invalid-regular-expression-tp4648857.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org maili

[R] calling ./configure and make in an extension

2012-11-08 Thread Ulrich Staudinger
ource code and the entire build process of ActiveMQ C++ into my extension. By doing so, R-Forge would (hopefully!) be able to build my extension for all supported target platforms, taking away the burden from my shoulders. Can anyone comment? Is this feasible or not? Thanks Ulrich -- U

Re: [R] [R-SIG-Finance] AsOf join in R

2011-10-05 Thread Ulrich Staudinger
A bit late, but here is what I always do: m = merge(bid, ask, tick) m<- interpNA(m, method="before") intrepNA can also interpolate NAs in different ways, for example linearly. Hth, Ulrich Am 06.10.2011 03:08, schrieb Robert A'gata: Hi Roupell, Yes I am aware of RTAQ function matchTradesQu

Re: [R] remove elements from matrix

2011-09-30 Thread Ulrich Staudinger
Am 30.09.2011 11:30, schrieb Alaios: Dear all, I have a numeric vector that contains indices. I also have two matrices of [1,m] dimension and of [m,n] dimension. I want for every indexto remove the current element from the [1,m] vector an the row from the [m,n] matrix. How I can do that efficie

Re: [R] problem in reading a sequence file

2011-07-05 Thread Ulrich Staudinger
Albert, the output you show contains a column header, v1, and a row index, 1. In order to access this information, you can for example use x[1,1]. read.table reads a table and thus expects rows and columns. kind regards, Ulrich -- comnect on xing or linkedin On 05.07.2011, at 14:07, albert cos