search for: cegielka

Displaying 4 results from an estimated 4 matches for "cegielka".

2009 Sep 24
2
Does anybody know how to connect to KDB from within R?
Please give me some pointers... Thanks a lot!
2020 Jan 18
1
How to get an object name from C?
(earlier I sent it as html by mistake). Hi, How can I get from C an object name used as a function argument? I have sample code in C that gives me access to the name of the function being called: SEXP xname(SEXP x) { const char *fun_name = CHAR(PRINTNAME(CAR(x))); x = CDR(x); const char *arg_name = isNull(TAG(x)) ? "" : CHAR(PRINTNAME(TAG(x)));
2008 Jun 15
1
R as chart engine in web-service
Hi R-users I think about some web service with stock charts and I plan use python as web framework with R as mathematical and chart engine. I use rpy to connect R with python. It works good. Is it good idea to use R as chart engine? Maybe it's better (faster) to use c/c++ plugin? Daniel
2010 Sep 10
2
[xts, quantmod] segfault probelm when I work with memcpy function
Hi, I work with SEXP C code and with xts and quantmod packages. I try to touch how xts internal works. So we have R session and: > ls() character(0) > getSymbols('AAPL') # quantmod package [1] "AAPL" > ls() [1] "AAPL" > str(AAPL) An ?xts? object from 2007-01-03 to 2010-09-09 containing: Data: num [1:929, 1:6] 86.3 84 85.8 86 86.5 ... - attr(*,