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 6afcd4f commit 1f7c623Copy full SHA for 1f7c623
R/exceptions.R
@@ -33,6 +33,6 @@
33
warnings
34
}
35
36
-`str.Rcpp_stack_trace` <- function(x, ...) {
+str.Rcpp_stack_trace <- function(x, ...) {
37
cat("\n", paste(collapse = "\n ", x$stack), "\n")
38
0 commit comments