R/autogenerated.R

### This file is automatically generated.
### See [conditions]/inst/autogen/autogen.R.

#' @useDynLib conditions condition_message_
#' @useDynLib conditions condition_warning_
#' @useDynLib conditions condition_error_

#' @rdname condition
#' @export
assertion_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "assertion", message, call, attach))
}

#' @rdname as_condition
#' @export
as_assertion_message = function(message = NULL) {
  as_message("assertion", message)
}


#' @rdname condition
#' @export
deprecated_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "deprecated", message, call, attach))
}

#' @rdname as_condition
#' @export
as_deprecated_message = function(message = NULL) {
  as_message("deprecated", message)
}


#' @rdname condition
#' @export
dimension_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "dimension", message, call, attach))
}

#' @rdname as_condition
#' @export
as_dimension_message = function(message = NULL) {
  as_message("dimension", message)
}


#' @rdname condition
#' @export
future_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "future", message, call, attach))
}

#' @rdname as_condition
#' @export
as_future_message = function(message = NULL) {
  as_message("future", message)
}


#' @rdname condition
#' @export
index_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "index", message, call, attach))
}

#' @rdname as_condition
#' @export
as_index_message = function(message = NULL) {
  as_message("index", message)
}


#' @rdname condition
#' @export
io_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "io", message, call, attach))
}

#' @rdname as_condition
#' @export
as_io_message = function(message = NULL) {
  as_message("io", message)
}


#' @rdname condition
#' @export
length_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "length", message, call, attach))
}

#' @rdname as_condition
#' @export
as_length_message = function(message = NULL) {
  as_message("length", message)
}


#' @rdname condition
#' @export
library_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "library", message, call, attach))
}

#' @rdname as_condition
#' @export
as_library_message = function(message = NULL) {
  as_message("library", message)
}


#' @rdname condition
#' @export
lookup_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "lookup", message, call, attach))
}

#' @rdname as_condition
#' @export
as_lookup_message = function(message = NULL) {
  as_message("lookup", message)
}


#' @rdname condition
#' @export
missing_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "missing", message, call, attach))
}

#' @rdname as_condition
#' @export
as_missing_message = function(message = NULL) {
  as_message("missing", message)
}


#' @rdname condition
#' @export
name_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "name", message, call, attach))
}

#' @rdname as_condition
#' @export
as_name_message = function(message = NULL) {
  as_message("name", message)
}


#' @rdname condition
#' @export
runtime_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "runtime", message, call, attach))
}

#' @rdname as_condition
#' @export
as_runtime_message = function(message = NULL) {
  as_message("runtime", message)
}


#' @rdname condition
#' @export
type_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "type", message, call, attach))
}

#' @rdname as_condition
#' @export
as_type_message = function(message = NULL) {
  as_message("type", message)
}


#' @rdname condition
#' @export
value_message = function(message, call = sys.call(-1L), attach = NULL) {
  message(.Call(condition_message_, "value", message, call, attach))
}

#' @rdname as_condition
#' @export
as_value_message = function(message = NULL) {
  as_message("value", message)
}


#' @rdname condition
#' @export
assertion_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "assertion", message, call, attach))
}

#' @rdname as_condition
#' @export
as_assertion_warning = function(message = NULL) {
  as_warning("assertion", message)
}


#' @rdname condition
#' @export
deprecated_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "deprecated", message, call, attach))
}

#' @rdname as_condition
#' @export
as_deprecated_warning = function(message = NULL) {
  as_warning("deprecated", message)
}


#' @rdname condition
#' @export
dimension_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "dimension", message, call, attach))
}

#' @rdname as_condition
#' @export
as_dimension_warning = function(message = NULL) {
  as_warning("dimension", message)
}


#' @rdname condition
#' @export
future_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "future", message, call, attach))
}

#' @rdname as_condition
#' @export
as_future_warning = function(message = NULL) {
  as_warning("future", message)
}


#' @rdname condition
#' @export
index_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "index", message, call, attach))
}

#' @rdname as_condition
#' @export
as_index_warning = function(message = NULL) {
  as_warning("index", message)
}


#' @rdname condition
#' @export
io_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "io", message, call, attach))
}

#' @rdname as_condition
#' @export
as_io_warning = function(message = NULL) {
  as_warning("io", message)
}


#' @rdname condition
#' @export
length_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "length", message, call, attach))
}

#' @rdname as_condition
#' @export
as_length_warning = function(message = NULL) {
  as_warning("length", message)
}


#' @rdname condition
#' @export
library_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "library", message, call, attach))
}

#' @rdname as_condition
#' @export
as_library_warning = function(message = NULL) {
  as_warning("library", message)
}


#' @rdname condition
#' @export
lookup_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "lookup", message, call, attach))
}

#' @rdname as_condition
#' @export
as_lookup_warning = function(message = NULL) {
  as_warning("lookup", message)
}


#' @rdname condition
#' @export
missing_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "missing", message, call, attach))
}

#' @rdname as_condition
#' @export
as_missing_warning = function(message = NULL) {
  as_warning("missing", message)
}


#' @rdname condition
#' @export
name_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "name", message, call, attach))
}

#' @rdname as_condition
#' @export
as_name_warning = function(message = NULL) {
  as_warning("name", message)
}


#' @rdname condition
#' @export
runtime_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "runtime", message, call, attach))
}

#' @rdname as_condition
#' @export
as_runtime_warning = function(message = NULL) {
  as_warning("runtime", message)
}


#' @rdname condition
#' @export
type_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "type", message, call, attach))
}

#' @rdname as_condition
#' @export
as_type_warning = function(message = NULL) {
  as_warning("type", message)
}


#' @rdname condition
#' @export
value_warning = function(message, call = sys.call(-1L), attach = NULL) {
  warning(.Call(condition_warning_, "value", message, call, attach))
}

#' @rdname as_condition
#' @export
as_value_warning = function(message = NULL) {
  as_warning("value", message)
}


#' @rdname condition
#' @export
assertion_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "assertion", message, call, attach))
}

#' @rdname as_condition
#' @export
as_assertion_error = function(message = NULL) {
  as_error("assertion", message)
}


#' @rdname condition
#' @export
deprecated_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "deprecated", message, call, attach))
}

#' @rdname as_condition
#' @export
as_deprecated_error = function(message = NULL) {
  as_error("deprecated", message)
}


#' @rdname condition
#' @export
dimension_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "dimension", message, call, attach))
}

#' @rdname as_condition
#' @export
as_dimension_error = function(message = NULL) {
  as_error("dimension", message)
}


#' @rdname condition
#' @export
future_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "future", message, call, attach))
}

#' @rdname as_condition
#' @export
as_future_error = function(message = NULL) {
  as_error("future", message)
}


#' @rdname condition
#' @export
index_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "index", message, call, attach))
}

#' @rdname as_condition
#' @export
as_index_error = function(message = NULL) {
  as_error("index", message)
}


#' @rdname condition
#' @export
io_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "io", message, call, attach))
}

#' @rdname as_condition
#' @export
as_io_error = function(message = NULL) {
  as_error("io", message)
}


#' @rdname condition
#' @export
length_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "length", message, call, attach))
}

#' @rdname as_condition
#' @export
as_length_error = function(message = NULL) {
  as_error("length", message)
}


#' @rdname condition
#' @export
library_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "library", message, call, attach))
}

#' @rdname as_condition
#' @export
as_library_error = function(message = NULL) {
  as_error("library", message)
}


#' @rdname condition
#' @export
lookup_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "lookup", message, call, attach))
}

#' @rdname as_condition
#' @export
as_lookup_error = function(message = NULL) {
  as_error("lookup", message)
}


#' @rdname condition
#' @export
missing_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "missing", message, call, attach))
}

#' @rdname as_condition
#' @export
as_missing_error = function(message = NULL) {
  as_error("missing", message)
}


#' @rdname condition
#' @export
name_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "name", message, call, attach))
}

#' @rdname as_condition
#' @export
as_name_error = function(message = NULL) {
  as_error("name", message)
}


#' @rdname condition
#' @export
runtime_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "runtime", message, call, attach))
}

#' @rdname as_condition
#' @export
as_runtime_error = function(message = NULL) {
  as_error("runtime", message)
}


#' @rdname condition
#' @export
type_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "type", message, call, attach))
}

#' @rdname as_condition
#' @export
as_type_error = function(message = NULL) {
  as_error("type", message)
}


#' @rdname condition
#' @export
value_error = function(message, call = sys.call(-1L), attach = NULL) {
  stop(.Call(condition_error_, "value", message, call, attach))
}

#' @rdname as_condition
#' @export
as_value_error = function(message = NULL) {
  as_error("value", message)
}
mllg/conditions documentation built on May 23, 2019, 3:02 a.m.