Releases: melff/memisc
Releases · melff/memisc
0.99.31.8.1
This is the version submitted to CRAN on 24 October 2024
0.99.31.8
0.99.31.7-CRAN
This is the version that was published on CRAN on 10th December 2023
0.96.31.6
0.99.31.3
0.99.30.7
This release has been submitted to CRAN on 2021-10-08
2021-10-07:
- 'unclass'
"item.vector"
objects inas.character()
to
avoid infinite recursion and stack overflow (as suggested by Kurt Hornik)
2021-08-01:
- Improved handling of labels in
recode()
- Corrected counting of cases in SPSS fixed format files
2021-07-31:
- Enable recoding from factor (or character) to numeric
2021-07-26:
- Fixed handling of missing values in
Means()
- Handle
cbind()
inMeans()
nicely
0.99.30.1
0.99.29.0.1
subset()
is not S3-generic - this improves some tricks that rely on lazy evaluation of function arguments- A new
reversed()
function allows to get a copy of a factor or a survey item object with levels or, respectively, codes in reverse order. - If
recode()
permutes existing codes, the value labels are applied appropriately.
0.99.28.0.1
2020-01-20:
- Remove redundant "as.data.set" method and setOldClass() call for "tbl_df"
2020-01-17:
- Make copying of labels while recoding work again.
- Make
recode()
warn about NAs being created. - Add a new optional '.default' and '.complete' arguments to
cases()
.
2020-01-16:
- Added functions
reorder_codes()
andtrim_labels()
.
0.99.27.3.1
- Fixes creation of codebooks for character vectors.