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.

6 results for “from:Matwey V. Kornilov”

call R function from C code
Matwey V. Kornilov · May 10, 2013 · r-devel

Thank you all, the following seems to work just great for me: PROTECT(sx = eval(lang3(install("solve"),sA,sb),R_BaseEnv))

call R function from C code
Matwey V. Kornilov · May 8, 2013 · r-devel

Hi, I am writing C code for R, but in middle of the routine I want to call solve(A,b) function. What is the right way to solve linear set inside C code? Is it ok to just invoke...

amqp_connection:open_channel link channel
Matwey V. Kornilov · Feb 16, 2014 · r-help

Hi, Is it a good practice to link the channel to the process going to consume the messages? I do want to close the channel when my consumer crashed, and let the broker to redeliver unacked message. {ok, Channel} = amqp...

ArimaLike NaN return
Matwey V. Kornilov · May 5, 2013 · r-help

Hi, > sessionInfo() R version 3.0.0 (2013-04-03) Platform: x86_64-unknown-linux-gnu (64-bit) I am experiencing following problem. I am trying to fit arima(2,0,4) model, and optim complaint that armafn provides it...

ArimaLike NaN return
Matwey V. Kornilov · May 6, 2013 · r-help

https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14682 Ok, understood. I'll try to make a patch with a fix using solution suggested. 05.05.2013 16:19, Matwey V. Kornilov ?????: > Hi, > > > sessionInfo() > R version 3.0...

call R function from C code
Matwey V. Kornilov · May 10, 2013 · r-devel

Thanks, It is what I was looking for. But now, I poorly understand environment conception. My initial C function in invoked from R (in some environment I suppose), how do I know this env, to provide it to eval()? Or...

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