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 e36d1ff commit daa0958Copy full SHA for daa0958
R/utils-prompt.R
@@ -70,3 +70,6 @@ check_removal_approval <- function(
70
interactive_info = NULL
71
)
72
}
73
+
74
+# Needed for testthat to mock base function
75
+readline <- NULL
0 commit comments