Add as_config() function to convert a list representation of a tasks.json config file to a <config> class object (#42). Useful when wanting to programmatically manipulate the contents of a tasks.json config file.
Add append_round() function to append one or more <round> class objects to the rounds property of a <config> class object (#42).
hubAdmin 1.1.1
Add output_type_id_datatype argument to create_config(). This allows for the specification of the data type of the output_type_id column of model output data through schema property output_type_id_datatype, introduced in v3.0.1 version of the hubverse schema (#41)
hubAdmin 1.1.0
Add write_config() functions to write objects of class <config> to JSON files (#3)
hubAdmin 1.0.2
New feature: Add ci_validate_hub_config() as a non-interactive function that works with GitHub to produce a validation report on Continous Integration (#37)
Output of validate_config() and validate_hub_config() are now classed so the summary of their contents is printed nicely to the screen, reducing the amount of screen space needed to report success or failure (#35)
hubAdmin 1.0.0
Breaking changes: Support schema v3.0.0 specification of sample output type IDs which are now specified through a output_type_id_params object instead of output_type_id. The main breaking change is in create_output_type_sample() which now takes arguments incompatible with previous schema versions and returns an object with an output_type_id_params object instead of output_type_id. Additional but back-compatible dynamic validation checks on sample output types have been added to validate_config().
hubAdmin 0.2.0
Introduce validation check that ensures no all null task IDs exist in tasks.json.
hubAdmin 0.1.0
Allow task ID create_task_id() arguments required and optional to both be set to NULL, facilitating the encoding of NA task IDs in modeling tasks where no value is expected for a given task ID.
hubAdmin 0.0.1
Initial package release resulting from split of hubUtils package. See hubUtils NEWS.md for details including previous release notes.