Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:EBo”

accessing sd and var functions in embedded app
EBo · Aug 27, 2008 · r-help

I am able to call R functions like min, mean, and mad from from a C/C++ embedded application, but when I try to get the standard deviation or variance (sd, var) R segfaults. Can someone suggest how to resolve...

embedded examples
EBo · Aug 26, 2008 · r-devel

I am working on embedding R into some visualization research programs. Can any point me to a collection of embedded and standalone R/C/C++ examples? The documentation is to terse for me to figure out how to develop this...

embedded examples
EBo · Aug 26, 2008 · r-help

I am working on embedding R into some visualization research programs. Can any point me to a collection of embedded and standalone R/C/C++ examples? The documentation is to terse for me to figure out how to develop this...

suggestion of new API function for embedded programming.
EBo · Sep 4, 2008 · r-devel

Jeffrey Horner <jeff.horner at vanderbilt.edu> said: > Also, study the source code in the littler project. As it is a simple > command line alternative to the R shell script and executable, it may > bring you up to speed on...

solution found [was: accessing sd and var functions in embedded app]
EBo · Aug 27, 2008 · r-help

I found a solution, but it will take me awhile to articulate why the example in the manual <http://cran.r-project.org/doc/manuals/R-exts.html> generated a segfault. EBo -- EBo <ebo at sandien.com> said: > I am...

suggestion of new API function for embedded programming.
EBo · Sep 3, 2008 · r-devel

Luke Tierney <luke at stat.uiowa.edu> said: > On Wed, 3 Sep 2008, EBo wrote: > > > Luke Tierney <luke at stat.uiowa.edu> said: > > > >> ... > >>> do something like the following: > >>> > >>> R_Expr = R_Parse1Buffer(&R_ConsoleIob, 0, &status); > >>> if (PARSE_OK==status...

suggestion of new API function for embedded programming.
EBo · Sep 3, 2008 · r-devel

Luke Tierney <luke at stat.uiowa.edu> said: > ... > > do something like the following: > > > > R_Expr = R_Parse1Buffer(&R_ConsoleIob, 0, &status); > > if (PARSE_OK==status) { > > ... > > value = eval(R_CurrentExpr, rho); > > ... > > } > > We definitely do NOT want this frozen into the public...

suggestion of new API function for embedded programming.
EBo · Sep 4, 2008 · r-devel

Simon Urbanek <simon.urbanek at r-project.org> said: > Why do you think is R_ParseVector not sufficient for this? That is > what most of use use to achieve exactly what you describe... > For something that even mimics the continuation...

suggestion of new API function for embedded programming.
EBo · Sep 3, 2008 · r-devel

While doing some embedded programming and trying to figure out how to generate a hand coded SEXP equivalent of the line "t.test(x,conf.level=(1-p))$conf.int[2]" I had an idea for an addition to the...

suggestion of new API function for embedded programming.
EBo · Sep 4, 2008 · r-devel

I stumbled onto a near trivial solution... here is some example code: EBo -- #include <Rembedded.h> #include <Rdefines.h> #include <Rinternals.h> #include <R_ext/Parse.h> SEXP LineEval (char *cmd) { SEXP ans; int error; ans = R_tryLineEval (cmd, R...

RCurl: authentication when posting forms
EBo · Aug 29, 2008 · r-help

I do not know if this is related, but for some functions to work properly cookies, java, and/or javaqscript need to be enabled. Some of the current pages do not check for requirements and warn, they just don't...

Can't find what you're looking for? Try searching with Google .