test_packages: Test for sufficient versions of supporting packages

View source: R/test_packages.R

test_packagesR Documentation

Test for sufficient versions of supporting packages

Description

This function tests for the presence of packages that will support RmdConcord functions.

Usage

test_packages(error = TRUE, pandoc = TRUE)

Arguments

error

If TRUE, missing requirements will result in an error. If FALSE, they result in a warning.

pandoc

Is Pandoc needed?

Value

A logical value indicating that the requirements are present. Will never return FALSE if error is TRUE, it will just trigger an error.

Examples

test_packages()

RmdConcord documentation built on May 29, 2024, 3:15 a.m.