run_oq {sassy}R Documentation

Generates an Operational Qualification Report

Description

The run_oq function executes an operational qualification (OQ) on the currently installed sassy packages and generates a report on the results. The OQ ensures that the sassy packages are installed and working as expected. The results will be placed in the supplied location.

Usage

run_oq(location)

Arguments

location

The path to the desired output directory. The IQ reports and any other associated files will be placed in this directory. Location should be specified as a directory only. The file names will be generated by the function.

Details

The Operation Qualification works by executing a representative set of functions from each sassy package, and comparing the results against expected values. Here is a brief description of the operations performed on each package:

Value

The path to the output directory. This directory will contain subdirectories with the output reports, logs, and other files produced by the Operation Qualification. At the top level, the directory will contain a PDF report showing a summary of the results of the OQ. After the function is run, review this report to ensure that all tests passed.

Examples

# Create a temp directory
tmp <- tempdir()

# Uncomment to Run the Operational Qualification
# run_oq(tmp)

[Package sassy version 1.2.4 Index]