tests/author.R

library(xdvir)

author("This is a test: $x - \\mu$")

## Invalid engine
tools::assertError(author("test", engine=NULL))

## Explicit engine
author("test", engine=xdvir:::nullEngine)

## Engine by name
author("test", engine="null")

## Unknown engine (name)
tools::assertError(author("test", engine="unknown"))

Try the xdvir package in your browser

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

xdvir documentation built on Aug. 8, 2025, 7:12 p.m.