To whom it may concern,
I am very interested in embedding the R functionality in our
application. This is a C application that currently runs on Win32, but
will also run on Linux in the future. From the material that I have
seen, I need R compiled as a shared library to evaluate R expressions
from
I have done this and it sounded like all that I needed to do is #include
to get access to R functionality. However, I was getting
compiling errors when attempting to make an R function call directly
from C, so I did some research, and this is where I saw the reference to
needing the libR.so. By
I have read this section and it appears to be what I am looking for.
Thanks for all of your help,
Chad Jenness
763-229-0427
-Original Message-
From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
Sent: Friday, June 24, 2005 9:08 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; r-devel@r-pro
When compiling R on Windows, I am getting the following error. Does
anyone have any suggestions?
-- Making package datasets
adding build stamp to DESCRIPTION
installing R files
installing data files
preparing package datasets for lazy data loading
Error in load(zfile,
Thanks, I got this resolved. Now to embed the R.dll into a C
application, do I need to compile R with any shared library flags set?
Chad Jenness
Electronic Payment Business Services
Office: 612-667-9782
Email: [EMAIL PROTECTED]
"This message may contain confidential and/or privileged information
Hi,
I am in the process of linking a C/C++ application to the R.dll
directly. I have obtained the R source code and compiled it
successfully. I have also successfully linked the R.dll directly into
our application and have made calls successfully into the R.dll that are
included in the sample rt
Is there any way that we can get it to the C level API? Or is there a C
level API function that will give us access to more of the R
functionality?
Chad Jenness
Electronic Payment Business Services
Office: 612-667-9782
Email: [EMAIL PROTECTED]
"This message may contain confidential and/or privil
Is there any way that we can get it to the C level API? Or is there a C
level API function that will give us access to more of the R
functionality? Also, is there a series of examples on how to use the C
level API?
Chad Jenness
Electronic Payment Business Services
Office: 612-667-9782
Email: [EM