Skip to content

Releases: melff/memisc

0.99.31.7-CRAN

17 Dec 21:48
Compare
Choose a tag to compare

This is the version that was published on CRAN on 10th December 2023

0.96.31.6

12 May 21:14
Compare
Choose a tag to compare

This version was published on CRAN on 10 Mar 2023.

0.99.31.3

04 Oct 14:35
Compare
Choose a tag to compare

This is a new release soon to appear on CRAN.

0.99.30.7

08 Oct 19:53
8900f2f
Compare
Choose a tag to compare

This release has been submitted to CRAN on 2021-10-08

2021-10-07:

  • 'unclass' "item.vector" objects in as.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() in Means() nicely

0.99.30.1

24 May 21:21
Compare
Choose a tag to compare

Fix the way encoding information in SPSS is handled.

0.99.29.0.1

14 Feb 22:31
Compare
Choose a tag to compare
  • 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

20 Jan 21:07
Compare
Choose a tag to compare

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() and trim_labels().

0.99.27.3.1

15 Dec 20:24
Compare
Choose a tag to compare
  • Fixes creation of codebooks for character vectors.

0.99.27.3

05 Dec 21:52
Compare
Choose a tag to compare

This release corresponds to the one on CRAN.
Changes since last release are:

  • Fixed error caused by a change in 'getS3method()' introduced by R r79435:
    'getS3method()' now enforces a the hitherto undocumented restriction that
    the 'cls' argument must have length 1.
  • Added 'title' metadata to Rmarkdown vignettes.

0.99.27.2

04 Nov 12:48
Compare
Choose a tag to compare

Includes some last-day fixes. Now published on CRAN.