diff --git a/DESCRIPTION b/DESCRIPTION index 50e7e10..3aa6d25 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tabshiftr Title: Reshape Disorganised Messy Data -Version: 0.4.2 +Version: 0.5.0 Authors@R: c(person(given = "Steffen", family = "Ehrmann", diff --git a/NEWS.md b/NEWS.md index d926078..3dd46af 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# tabshiftr 0.5.0 - variable types + +- include the possibility to specify variable data type, which will result in a column of that type +- include header into `setFormat()` again, which enables providing tables where the column names are in the header, where they will be spliced into the table. + # tabshiftr 0.4.2 - include split and merge functionality for cluster ID.