Home
last modified time | relevance | path

Searched refs:ui_yeah (Results 1 – 12 of 12) sorted by relevance

/dports/devel/R-cran-usethis/usethis/man/
H A Dui-questions.Rd5 \alias{ui_yeah}
9 ui_yeah(
54 A logical. \code{ui_yeah()} returns \code{TRUE} when the user selects a "yes"
57 of \code{ui_yeah()}.
66 ui_yeah("Do you like R?")
68 ui_yeah("Are you sure its plugged in?", yes = "Yes", no = "No", shuffle = FALSE)
H A Dui.Rd81 \item questions: \code{\link[=ui_yeah]{ui_yeah()}}, \code{\link[=ui_nope]{ui_nope()}}.
86 The question functions \code{\link[=ui_yeah]{ui_yeah()}} and \code{\link[=ui_nope]{ui_nope()}} have…
90 All UI output (apart from \code{ui_yeah()}/\code{ui_nope()} prompts) can be silenced
/dports/devel/R-cran-usethis/usethis/R/
H A Dutils-git.R119 if (ui_yeah("Is it ok to commit {if (n == 1) 'it' else 'them'}?")) {
143 if (ui_yeah("{msg}\nDo you want to proceed anyway?")) {
170 if (ui_yeah(msg, yes = yes, no = no, shuffle = FALSE)) {
H A Dui.R184 ui_yeah <- function(x, function
222 !ui_yeah(
H A Dutils.R7 ui_yeah("Overwrite pre-existing file {ui_path(path)}?")
H A Dgithub-actions.R97 if (ui_yeah(
H A Dpackage.R96 if (ui_yeah("
H A Dpkgdown.R121 if (ui_yeah("
H A Dcourse.R376 ui_yeah("Shall we delete the ZIP file ({ui_path(zipfile, base_path)})?")
/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dtest-package.R25 ui_yeah = function(...) TRUE,
/dports/devel/R-cran-usethis/usethis/
H A DNAMESPACE81 export(ui_yeah)
H A DNEWS.md315 * `ui_yeah()` and `ui_nope()` allow you to override the default "yes" and
567 * questions: `ui_yeah()`, `ui_nope()`.