dt_roclet: Create the doctest roclet

dt_rocletR Documentation

Create the doctest roclet

Description

You can use this in your package DESCRIPTION like this:

Roxygen: list(roclets = c("collate", "rd", "namespace", "doctest::dt_roclet"))

Usage

dt_roclet()

Value

The doctest roclet

Examples

## Not run: 
roxygen2::roxygenize(roclets = "doctest::dt_roclet")

## End(Not run)

doctest documentation built on May 29, 2024, 7:09 a.m.