Skip to content

Releases: melff/memisc

0.99.12

11 Jul 21:33
Compare
Choose a tag to compare
  • Restrict visibility of object code symbols to package initialisation routine
  • Deal with PROJECT issues reported by Tomas Kalibera: Add PROTECT to objects
    for which attributes are set
  • Provide Call method registration for functions called from C-code
  • Bugfixes for repr_html() methods
  • Eliminate dependence on IRdisplay package

0.99.11

03 Jul 14:08
Compare
Choose a tag to compare
  • Change class of objects created by mtable() from "mtable" to "memisc_mtable"
    to avoid name clash with objects created by model.table() from package
    "stats".

0.99.10.1

02 Jul 20:23
Compare
Choose a tag to compare
  • Support for output in Jupyter notebooks.

0.99.10

02 Jun 11:01
Compare
Choose a tag to compare
  • Support for different parameter sections is added to mtable. This
    is intended to allow output of mixed effects models to distinguish
    between ("fixed effects") coefficients and variance parameters.

  • Objects created by mtable() also can have several header lines.
    Facilities to add additional header lines will be added soon.

0.99.9.2

18 Mar 12:58
Compare
Choose a tag to compare
  • Fixed handling of empty summaries in mtable()
  • Better "splash screen" section of LaTeX formatted mtable objects.

0.99.9.1

03 Feb 18:27
Compare
Choose a tag to compare
  • Fixed a bug in relabel method for item objects. relabel(x,...,gsub=TRUE) should
    now work as expected.
  • Fixed a bug in readLabPorStream, coming from wrong assumptions about the encoding
    of value labels of character string variables in "portable" files. Some more SPSS "portable"
    files should now read into R.

0.99.9

27 Jan 10:14
Compare
Choose a tag to compare
  • New withVCov and withSE generic functions to more
    conveniently provide sandwich estimates of variances and standard
    errors in output of summary and mtable

0.99.8

20 Dec 00:11
Compare
Choose a tag to compare
  • Refactored subset methods for "importer" objects so that they are more memory efficient when dealing with (very) large SPSS/Stata data sets.

This version is now released on CRAN.

0.99.7

03 Jul 20:21
Compare
Choose a tag to compare
  • Fixed extracolsep in toLatex.ftable() as suggested by Kirill Müller
  • Made cases() robust with respect to NA conditions.
  • Fixed issue #8 - toLatex.ftable() does no longer attempt to show
    titles if they are not available.
  • Fixed issue #1 (error in 'parseSysHeader')
  • Fixed 'felicity' issue pointed out by Martin Maechler
  • Made formatting of codebooks a bit more robust

0.99.6

22 Feb 06:39
Compare
Choose a tag to compare
  • Make the use of ampersand-escapes in HTML output optional and use unicode characters
    by default. (So that pandoc will not escape them.)
  • Minor improvement of c.mtable().

This version is now released on CRAN.