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 0a9089a commit 96f7affCopy full SHA for 96f7aff
R/cedta.R
@@ -67,7 +67,7 @@ cedta.pkgEvalsUserCode = c("gWidgetsWWW","statET","FastRWeb","slidify","rmarkdow
67
if (exists("debugger.look", parent.frame(n+1L))) return(TRUE) # nocov
68
69
# 'example' for #2972
70
- if (length(sc) >= 8L && sc[[length(sc) - 7L]] %iscall% 'example') return(TRUE)
+ if (length(sc) >= 8L && sc[[length(sc) - 7L]] %iscall% 'example') return(TRUE) # nocov
71
}
72
73
if (nsname == "base") {
0 commit comments