Skip to content

Releases: melff/memisc

0.99.17.1

18 Mar 18:32
Compare
Choose a tag to compare
  • Added syntactical sugar to manipulate annotations and attributes.
  • Fixed import of value labels for string variables in 'spss.system.file'
  • Fixed codebook representation of datetime items in SPSS system and portable files
  • Support for date or datetime import added to 'spss.portable.file'
  • Support for date or datetime import added to 'spss.system.file'
  • Minor bugfix in printing of 'datetime.item's - added bracket method for
    this class of objects
  • Fixed issues flagged by Tomas Kalibera's rchk utility

0.99.17.0

17 Nov 23:07
Compare
Choose a tag to compare
  • Added 'dublicated_labels()' function to show and and describe duplicated
    labels
  • Let importers give more useful warnings about duplicated labels

0.99.16.5

01 Nov 20:52
Compare
Choose a tag to compare
  • Fix formatting of results of 'mtable' without summary statistics
  • Warn if 'toLatex' output of 'mtable' results creates unescaped TeX specials
  • Define sensible defaults for the selection of summary statistics in 'mtable'

0.99.16.4

26 Oct 19:23
Compare
Choose a tag to compare
  • Allow to select summary statistics for models in 'mtable' via options or list arguments.

0.99.16.3

23 Oct 21:18
Compare
Choose a tag to compare
  • Visibility of binary code symbols is correctly handled for R releases 3.3.0 through 3.3.3
  • Dollar and double-bracket operators for 'importer' objects are defined to facilitate
    creating codebooks for individual variables.

0.99.16.2

20 Oct 22:38
Compare
Choose a tag to compare
  • Fixed 'format_html' for codebooks of data frames with factors.

0.99.16.1

20 Oct 21:57
Compare
Choose a tag to compare
  • The 'subset' method for 'importer' objects now accepts the names of
    variables to be selected also as a character vector.

0.99.16

15 Oct 21:28
Compare
Choose a tag to compare
  • A function codeplan() creates a data frame describing the structure of an "importer" or "data.set" object. It is possible to copy this so described structure from one "data.set" object to another or to a data frame.

0.99.15

05 Oct 10:43
Compare
Choose a tag to compare
  • 'mtable' objects printed or exported to LaTeX or HTML now include a legend for significance (p-value) symbols
  • merged bugfixes from latest CRAN release

0.99.14.12

30 Sep 23:54
Compare
Choose a tag to compare
  • Adapt 'spss.fixed.file' to data files with lines that are "too long".
  • Export C-function 'readfixedslice'.