Skip to content

Commit

Permalink
version 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
weirichs committed Jun 25, 2024
1 parent d042a34 commit 3c5db01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: eatTools
Type: Package
Title: Miscellaneous Functions for the Analysis of Educational Assessments
Version: 0.7.6
Version: 0.7.7
Depends: R (>= 4.0.0)
Imports:
stats,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* added `seq2()` for sequence generation
* adapt `halveString()` for patterns with more than 1 character
* add messages to `mergeAttr()` if combinations of merge variables from one data set do not occur in the other data set
* add messages to `mergeAttr()` if the two `data.frames` intended to merge contain additional common variables (beyond thy `by`-variables)
* add messages to `mergeAttr()` if the two `data.frames` intended to merge contain additional common variables (beyond the `by`-variables)
* `makeDataFrame()` gives warning/errors if data.frame has less rows than expected at the least.
* `existsBackgroundVariables()` gives warning/errors if variables have missing values, depending on how critical the missing values are considered to be

Expand Down

0 comments on commit 3c5db01

Please sign in to comment.