test_packages {RmdConcord}R 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()

[Package RmdConcord version 0.3 Index]