readSettings: Read BEQI Settings File
Description
This function reads BEQI settings files (JSON)Usage
readSettings(filename, verbose = getOption("verbose"))Details
The function performs the following tasks: - checks the existence of
filename;
- reads
JSON file while ignoring C-style comments;
- converts
relative to absolute paths
- checks filename
extensions
- checks if months are in the set {1, 2,
..., 12}