Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 9 forks source link

Feature: Check data type in `CheckSpec()` #1810

Closed lauramaxwell closed 2 months ago

lauramaxwell commented 2 months ago

Feature Details

use the type field in workflow spec to check that data matches expected type in CheckSpec() function. type should be optional, so only perform this check if it exists.

Example Code

Possible Implementation

Additional Comments