[R] Calling R from C (Windows)

2012-10-15 Thread BayesForever

I am trying to follow the instructions in section 8.2.2 of Writing R
extensions, to learn how to call R from C.  In this manual and at other
sites I see continual references to examples in the tests/Embedding
directory of the sources.  

There is no directory named Embedding anywhere in my 2.13.1 install of R. 
Am I missing components that I need to call R from C, or am I
misunderstanding the meaning of the tests/Embedding directory of the
sources?



--
View this message in context: 
http://r.789695.n4.nabble.com/Calling-R-from-C-Windows-tp4646285.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Calling R from C (Windows)

2012-10-15 Thread Simon Knapp
Yes.

Your looking at R_HOME (the installation directory), not the
directory of the sources.

On Tue, Oct 16, 2012 at 10:08 AM, BayesForever
andrew.mor...@verizon.net wrote:

 I am trying to follow the instructions in section 8.2.2 of Writing R
 extensions, to learn how to call R from C.  In this manual and at other
 sites I see continual references to examples in the tests/Embedding
 directory of the sources.

 There is no directory named Embedding anywhere in my 2.13.1 install of R.
 Am I missing components that I need to call R from C, or am I
 misunderstanding the meaning of the tests/Embedding directory of the
 sources?



 --
 View this message in context: 
 http://r.789695.n4.nabble.com/Calling-R-from-C-Windows-tp4646285.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.