Skip to content

Commit

Permalink
Update 'NEWS.md'
Browse files Browse the repository at this point in the history
Add changes and additions reguarding dataframe verification to 'NEWS.md'.

This completes checklist on #208.

Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
  • Loading branch information
maxloeffler committed Jan 18, 2023
1 parent 1b2e11a commit 4ff6b53
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

# coronet – Changelog

## 4.3

### Added

- Add function `verify.data.frame.columns` to check that a dataframe includes all required columns, optionally with a specified datatype (PR #208 d1d9a039f50480ec5b442dc7e8b518648d1f9d9d).

### Changed/Improved

- Include structural verification to almost all functions that read dataframes from files or set a dataframe (setter-functions) (PR #208 b7a95881da72ccaa548c6cd5d94bd558a25caa6f).

### Fixed

- Fix check for empty input-files in utility read functions. Compared to unpresent files, empty files do not throw an error when reading them, a check for `nrow(commit.data) < 1` is therefore required (PR #208 ecfa643cbc15975c3062af95c50ead02730b580f).

## 4.2

### Added
Expand Down

0 comments on commit 4ff6b53

Please sign in to comment.