Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yspec 0.5.2 now errors for miscoded values. From its NEWS: ys_load() will now detect if values / decode are mis-coded as a list of lists; all items in values and decode must be atomic This leads to two pmforest test failures with errors like this: Error (test-base-plot.R:6:1): (code run outside of `test_that()`) Error: invalid column data In file: analysis3.yml column: BLQ - values field includes non-atomic data ... - yaml code possibly used brackets [ ] when braces { } were intended [...] 7. yspec:::.stop("invalid ", context, " data\n", file, "\n", err) at yspec/R/load_spec.R:139:2 Adjust the BLQ value to have the correct coding (see <metrumresearchgroup/yspec#108>).
- Loading branch information