R/dev.R

Defines functions not_yet_implemented

not_yet_implemented <- function(what, issue, error_call = caller_env()) {
  url <- glue("https://github.com/GSK-Biostatistics/polish/issues/{issue}")
  cli_abort(call = error_call, c(
    "{what} is not yet implemented.",
    i = "See {.url {url}} for progress."
  ))
}

Try the polish package in your browser

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

polish documentation built on June 3, 2026, 5:07 p.m.