Skip to content

Fix unique sample keys in config.

Hendrik Schultheis requested to merge dev into master

closes #10 (closed)

I found that it is mandatory for each sample in the data section of the config to have the same keys. Missing keys or a typo lead to errors during R object creation. Thus, I added a small check for unique keys.

Merge request reports