Skip to content

Releases: melff/memisc

0.99.18.2

11 Nov 10:03
Compare
Choose a tag to compare
  • 'dsView()' works under RStudio (again)
  • A bug in the creation of codebooks of imported data files is fixed

0.99.18.1

09 Nov 23:43
Compare
Choose a tag to compare
  • Stata.file() now supports importing files in recent Stata formats (dta relelease 117, 118, 119 - see https://www.stata.com/help.cgi?dta). Also loading Stata files with mismatching encoding of value labels should now work.
  • New functions Groups(), withGroups(), and withinGroups() provide support for data management within groups of rows of a data frame or data set.
  • A new function Reshape() is added that is an interface for reshape() but that has simpler syntax and returns data sorted in a more convenient ordering (i.e. measurements nested in individuals).

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.