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 43c24bc commit a0a4641Copy full SHA for a0a4641
vignettes/Rcpp-modules.Rmd
@@ -354,7 +354,7 @@ Note that this example assumed that the previous code segment defining the
354
module was returned by the `cxxfunction()` (from the \pkg{inline}
355
package) as callable R function `fx` from which we can extract the
356
relevant pointer using `getDynLib()`. In the case of using Rcpp modules
357
-via a package (which is detailed in Section~\ref{sec:package} below), modules
+via a package (which is detailed in Section \ref{sec:package} below), modules
358
are actually loaded differently and we would have used
359
360
```{r, eval=FALSE}
0 commit comments