Displaying 3 results from an estimated 3 matches for "rosterma".
Did you mean:
roster
2005 Feb 25
0
Fwd: want to call R from aplatform written i strict ANSI C
Hi,
I sent the below message to r-devel but received no answer. I would like
to contribute my system but I need som advice concerning the
connections. Is my proposal of any interest to you?
regards
Ralf ?stermark
----- Forwarded message from Ralf ?stermark <rosterma at abo.fi> -----
Date: Mon, 21 Feb 2005 11:35:21 +0200
From: Ralf ?stermark <rosterma at abo.fi>
Reply-To: Ralf ?stermark <rosterma at abo.fi>
Subject: want to call R from aplatform written i strict ANSI C
To: r-devel at lists.R-project.org
Hi,
I would like to connect...
2005 Feb 26
1
calling an R-function from C
Hi,
I would like to invoke an R-function from a program written in ANSI C.
Assume that I have written an R script "myRexample" and I want to invoke
it from C. I assume that my R script loads its data from a datafile so
no arguments need to be passed between my C program and R. Following
R-exts.pdf (section 4.7), I write the following main:
#include "my.h"
2005 Feb 21
0
want to call R from aplatform written i strict ANSI C
...pefully bring new features to R.
I would be very happy if I could do this both sequentially on
alpha/unix/linux platforms and in parallel on supercomputers.
I have developed an algorithmic platform (GHA = Genetic Hybrid
Algorithm) over the past years (referee articles are listed under
www.abo.fi/~rosterma). The system is compiled and runs without warnings
under maximum warning level in sequential mode on alpha, unix and linux
mainframes and in parallel mode on IBMs supercomputers and Cray T3E (the
latter is a more or less outdated supercomputer today).
The system was built in strict ANSI C and it c...