The R Project SVN R

Rev

Rev 14947 | Rev 54106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14947 Rev 25926
Line 10... Line 10...
10
This a collection of tests for verifying that using R as a library
10
This a collection of tests for verifying that using R as a library
11
within another application (i.e. embedded R) works for this
11
within another application (i.e. embedded R) works for this
12
installation. This is only relevant if one has configured R with the
12
installation. This is only relevant if one has configured R with the
13
<code>--enable-R-shlib </code> argument for the top-level
13
<code>--enable-R-shlib </code> argument for the top-level
14
<code>configure</code>.  Currently, this only works for Unix,
14
<code>configure</code>.  Currently, this only works for Unix,
15
and not the Mac or Windows.
15
and not Windows.
16
 
16
 
17
<p>
17
<p>
18
 
18
 
19
More information can be found at the 
19
More information can be found at the 
20
<a href="http://developer.r-project.org/embedded.html">R Developer's site</a>
20
<a href="http://developer.r-project.org/embedded.html">R Developer's site</a>