You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><inputtype="checkbox" checkeddisabled> Support bidirectional passing of complex numbers/vectors.</li>
114
113
<li><inputtype="checkbox" checkeddisabled> Provide flexibility with data types (e.g., cpp4r’s <code>as_integers()</code> and <code>as_doubles()</code> accept logical inputs while cpp11’s do not).</li>
115
114
<li><inputtype="checkbox" checkeddisabled> Some internal optimizations for better speed (e.g., <ahref="https://github.com/r-lib/cpp11/pull/463">https://github.com/r-lib/cpp11/pull/463</a> and <ahref="https://github.com/r-lib/cpp11/pull/430">https://github.com/r-lib/cpp11/pull/430</a>).</li>
116
-
</ul><h2>Getting started</h2>
115
+
</ul>
116
+
## Getting started
117
117
118
118
<p>Check the <ahref="https://cpp4r.org/">documentation</a> to get started using cpp4r
119
119
in your scripts, particularly if you are new to C++ programming.</p>
120
120
121
-
<h2>Using cpp4r in a package</h2>
121
+
<p>## Using cpp4r in a package</p>
122
122
123
123
<p>Create a new package with <code>cpp4r::pkg_template("~/path/to/mypkg")</code> and
124
124
then edit the generated files.</p>
@@ -132,8 +132,7 @@ <h2>Using cpp4r in a package</h2>
<ul><li>Added <code>as_logicals()</code> and <code>as_strings()</code> in the same style of <code>as_doubles()</code> and <code>as_integers()</code></li>
82
81
<li>Improved memory management for <code>r_vector</code> iterators</li>
83
82
<li>Slightly faster than <code>cpp11</code></li>
84
83
<li><code>vendor()</code> and <code>unvendor()</code> use <code>path = NULL</code> as default to adhere to CRAN policies.</li>
85
-
</ul><h1>cpp4r 0.2.0</h1>
84
+
</ul>
85
+
# cpp4r 0.2.0
86
86
87
87
<ul><li>Reduced dependencies on R side</li>
88
88
<li>The vignettes are rendered only for the package site to keep the CRAN build minimal</li>
0 commit comments