New function process_set_values_to() for creating the variables specified by the set_value_to argument and catching errors (#70)
Updates of Existing Functions
Using testthat3e (testthat 3rd edition) for unit testing. This is stricter in that messages must be addressed and deprecated functions throw errors. (#230)
Slight boost to test coverage for dev_utilities (#102)
admiral functions no longer expect list of quosures created by vars() but list of expressions created by exprs(). Thus the following functions and arguments were deprecated:
New section in programming strategy regarding comments (#71)
Removed requirement to add @author tags to code scripts from programming strategy, as we will only be tracking authors in the DESCRIPTION file. Authors have been removed from function documentation in line with this update. (#206, #210)