R/zzz.R

# Suppress warning about undefined variables which are passed between environments
#   and are not actually undefined
utils::globalVariables(c("self", "schema_instruction", ".data", "private"))

# Print welcome message
cli::cli_h3(
  paste0(
    "Thank you for using '",
    cli::style_bold("tidyprompt"),
    "'!"
  )
)
cli::cli_alert_info(
  "You may download the latest version from {.href [GitHub](https://github.com/KennispuntTwente/tidyprompt)}, using:"
)
cli::cli_text(
  "{cli::symbol$arrow_right} {.run [remotes::install_github()](remotes::install_github(\"KennispuntTwente/tidyprompt\"))}"
)
cli::cli_alert_info("Bugs, suggestions, questions, or contributions?")
cli::cli_text(
  paste0(
    "{cli::symbol$arrow_right}  Open an",
    " {.href [issue](https://github.com/KennispuntTwente/tidyprompt/issues)}",
    " or {.href [pull request](https://github.com/KennispuntTwente/tidyprompt/pulls)}"
  )
)
cat("\n")

Try the tidyprompt package in your browser

Any scripts or data that you put into this service are public.

tidyprompt documentation built on Aug. 25, 2025, 5:11 p.m.