[Rd] how to draw scatter plots (etc) with streaming data

2014-02-27 Thread Desi Three
I am working with R for few weeks and I am trying to use it for my following scenario. 1)I have a java code that is receiving streaming data on a thread 2) am hoping to instantiate R some how (may use one of rjava,jri,rserv; not yet sure which one is right) 3) how can I draw scatter plot with th

[Rd] vignettes with similar names

2014-02-27 Thread Michael Sumner
In R 3.0.2 Patched (2014-01-31 r64905) and 3.0.3 beta (2014-02-25 r65077) I see a problem loading vignettes when I create a package with two vignettes with similar names, e.g. "vignette3" "vignette3-install" These seem not to be distinguished, and I get this vignette("vignette3") vignette ‘vigne

Re: [Rd] [PATCH] suggestions for R-lang manual

2014-02-27 Thread Scott Kostyshak
On Thu, Nov 21, 2013 at 1:17 AM, Scott Kostyshak wrote: > Attached is a patch with suggestions for the R-lang manual at r64277. > > Below are a few comments (some are implemented in the patch): > > In the section "Objects", there is a table introduced by "The > following table describes the possib

Re: [Rd] R and LANGUAGE

2014-02-27 Thread Martin Maechler
> Martin Maechler > on Thu, 27 Feb 2014 11:50:04 +0100 writes: > Diverted from ESS-help. > It is really about R's LANGUAGE, locales and > then a wish for sessionInfo() : > Sparapani, Rodney > on Thu, 20 Feb 2014 19:39:33 + writes: >>> Just guessi

Re: [Rd] help with gotoExitingHandler(R_NilValue, call, entry); . Implementation of error handling internally

2014-02-27 Thread Romain François
Never mind. For my initial question, I can just use: R_curErrorBuf My current implementation now only depend on R_FunTab and R_GlobalContext which R does not conceal behind attribute_hidden. https://github.com/romainfrancois/Rcpp11/blob/master/inst/include/Rcpp/Context.h Romain Le 27 févr. 201

Re: [Rd] R and LANGUAGE

2014-02-27 Thread Martin Maechler
Diverted from ESS-help. It is really about R's LANGUAGE, locales and then a wish for sessionInfo() : > Sparapani, Rodney > on Thu, 20 Feb 2014 19:39:33 + writes: >> Just guessing: perhaps this is something that is set when >> R is initialized and not queried every ti