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.
2 parents acf8756 + 284d8e4 commit 4681799Copy full SHA for 4681799
vignettes/Rcpp-attributes.Rmd
@@ -221,7 +221,7 @@ errors. Within \proglang{R} extensions written in \proglang{C} the `Rf_error` fu
221
safely use `Rf_error` because it results in a `longjmp` over
222
any \proglang{C++} destructors on the stack.
223
224
-The correct way to signal errors within \proglang{C++} functions is to throw an \\`Rcpp::exception`. For example:
+The correct way to signal errors within \proglang{C++} functions is to throw an `Rcpp::exception`. For example:
225
226
```{Rcpp, eval = FALSE}
227
if (unexpectedCondition)
0 commit comments