We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feaab32 commit 7183759Copy full SHA for 7183759
index.html
@@ -68,8 +68,8 @@ <h3>First Steps are Easy!</h3>
68
<!-- Spotlight Second Example -->
69
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in" id="first">
70
<div class="content">
71
- <h3>Even Recursive Functions!</h3>
72
- <p>Rcpp makes it equally easy to source code from a file via <code>sourcCpp("...")</code> and supply a path to a fuke as the argument.</p>
+ <h3>Recursive Functions Are Easy Too!</h3>
+ <p>Rcpp makes it equally easy to source code from a file via <code>sourcCpp("...")</code> and supply a path to a file as the argument.</p>
73
<p>The well-known Fibonacci sequence can set-up this way:</p>
74
<pre><code>
75
#include "Rcpp.h"
0 commit comments