summaryrefslogtreecommitdiff
path: root/Doc/Manual/R.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/R.html')
-rw-r--r--Doc/Manual/R.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html
index ce9523ced..5de390eab 100644
--- a/Doc/Manual/R.html
+++ b/Doc/Manual/R.html
@@ -6,7 +6,7 @@
</head>
<body bgcolor="#ffffff">
-<H1><a name="R"></a>36 SWIG and R</H1>
+<H1><a name="R"></a>37 SWIG and R</H1>
<!-- INDEX -->
<div class="sectiontoc">
<ul>
@@ -33,7 +33,7 @@ compile and run an R interface to QuantLib running on Mandriva Linux
with gcc. The R bindings also work on Microsoft Windows using Visual C++.
</p>
-<H2><a name="R_nn2"></a>36.1 Bugs</H2>
+<H2><a name="R_nn2"></a>37.1 Bugs</H2>
<p>
@@ -45,7 +45,7 @@ Currently the following features are not implemented or broken:
<li>C Array wrappings
</ul>
-<H2><a name="R_nn3"></a>36.2 Using R and SWIG</H2>
+<H2><a name="R_nn3"></a>37.2 Using R and SWIG</H2>
<p>
@@ -119,7 +119,7 @@ Without it, inheritance of wrapped objects may fail.
These two files can be loaded in any order
</p>
-<H2><a name="R_nn4"></a>36.3 Precompiling large R files</H2>
+<H2><a name="R_nn4"></a>37.3 Precompiling large R files</H2>
In cases where the R file is large, one make save a lot of loading
@@ -137,7 +137,7 @@ will save a large amount of loading time.
-<H2><a name="R_nn5"></a>36.4 General policy</H2>
+<H2><a name="R_nn5"></a>37.4 General policy</H2>
<p>
@@ -146,7 +146,7 @@ wrapping over the underlying functions and rely on the R type system
to provide R syntax.
</p>
-<H2><a name="R_language_conventions"></a>36.5 Language conventions</H2>
+<H2><a name="R_language_conventions"></a>37.5 Language conventions</H2>
<p>
@@ -155,7 +155,7 @@ and [ are overloaded to allow for R syntax (one based indices and
slices)
</p>
-<H2><a name="R_nn6"></a>36.6 C++ classes</H2>
+<H2><a name="R_nn6"></a>37.6 C++ classes</H2>
<p>
@@ -167,7 +167,7 @@ keep track of the pointer object which removes the necessity for a lot
of the proxy class baggage you see in other languages.
</p>
-<H2><a name="R_nn7"></a>36.7 Enumerations</H2>
+<H2><a name="R_nn7"></a>37.7 Enumerations</H2>
<p>