Skip to content

Commit f5ab90e

Browse files
committed
small edits
1 parent 0489be2 commit f5ab90e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<section class="banner style5 content-align-left image-position-right fullscreen invert onload-image-fade-in onload-content-fade-in">
2424

2525
<div class="content">
26-
<h3>Rcpp: Seamless R and C++ Integration</h3>
26+
<h2>Rcpp: Seamless R and C++ Integration</h2>
2727
<!--<p class="major">Rcpp: Seamless R and C++ Integration</p>-->
28-
<p>Making it easy to extend and grow R via an easy-to-use, robust, and performant C++ interface.</p>
29-
<p>All key R data types map naturally into key C++ data structures, and simple interface make transfer back and forth very easy. And by composing more complex interfaces become possible.</p>
30-
<p>
28+
<p>Extending and growing R applications via an easy-to-use, robust, and performant C++ interface.</p>
29+
<p>All key R data types map naturally into key C++ data structures, and simple interfaces make transfer back and forth very easy. And by composing more complex interfaces become possible.</p>
30+
<p>Numerous examples, as well as extensive documentation, facilitate its use.</p>
3131
<ul class="actions stacked">
3232
<li><a href="#first" class="button large wide smooth-scroll-middle">Get Started</a></li>
3333
</ul>

0 commit comments

Comments
 (0)