Skip to contents

Returns TRUE if either C++ or Rust backend is available, meaning operations will be accelerated.

Usage

has_compiled_backend()

Value

Logical

Examples

if (FALSE) { # \dontrun{
if (has_compiled_backend()) {
  message("Using accelerated rendering!")
}
} # }