File: utils%2Cpo.R

package info (click to toggle)
r-cran-listenv 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: sh: 14; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
stopf <- function(fmt, ..., call. = TRUE, domain = NULL) {  #nolint
  stop(gettextf(fmt, ...), call. = call., domain = domain)
}

warnf <- function(fmt, ..., call. = TRUE, domain = NULL) {  #nolint
  warning(gettextf(fmt, ...), call. = call., domain = domain)
}