Normalize person fields of a codecheck.yml to lists of persons
Source:R/configuration.R
normalize_person_lists.RdThe spec requires `codechecker` and `paper$authors` to be lists of persons, but a single person is often written as a plain mapping, which yaml parses into a named character vector instead of a list of lists. Wrap such cases so consumers can always iterate over persons and use `$name`/`$ORCID`.