Skip to content

Commit

Permalink
Update DESCRIPTION, ChangeLog, and NEWS.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Jun 19, 2020
1 parent d484629 commit 8d1f3e1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/DESCRIPTION
@@ -1,8 +1,8 @@
Package: memisc
Type: Package
Title: Management of Survey Data and Presentation of Analysis Results
Version: 0.99.25.2
Date: 2020-06-09
Version: 0.99.25.3
Date: 2020-06-19
Author: Martin Elff (with contributions from Christopher N. Lawrence, Dave Atkins, Jason W. Morgan, Achim Zeileis)
Maintainer: Martin Elff <memisc@elff.eu>
Description: An infrastructure for the management of survey data including
Expand Down
11 changes: 11 additions & 0 deletions pkg/inst/ChangeLog
@@ -1,3 +1,14 @@
2020-06-19:
- Added documentation about coercion of items into vectors, etc.

2020-06-18:
- Fixed 'as.data.frame()' method for extended tables of percentages (i.e.
those that include standard errors or confidence intervals).

2020-06-17:
- Add 'include.missings' option to 'as.character()' coercion method for
"item.vector" objects.

2020-06-16:
- Added an explicit 'as.data.set()' method for "tibbles", which seems to be
necessary, because under some circumstances method dispatch via inheritence
Expand Down
10 changes: 7 additions & 3 deletions pkg/inst/NEWS.Rd
Expand Up @@ -39,7 +39,7 @@
\item Support for HTML and LaTeX output in Jupyter notebooks is added to objects
created by \code{mtable()} and \code{ftable()} etc.
\item A function \code{codeplan()} creates a data frame
describing the structure of an "importer" or "data.set"
describing the structure of an "importer", "data.set" or "item"
object. It is possible to copy this so described structure
from one "data.set" object to another or to a data frame.
\item New \code{$} and \code{[[} operators for "importer" objects
Expand Down Expand Up @@ -121,7 +121,7 @@
non-native encoding (e.g. \code{CP1252} on a \code{utf-8}
platform).
\item A function \code{spss.file()} acts as a common interface to
\code{spss.portable.file()} and \code{spss.system.file()}.
\code{spss.portable.file()} and \code{spss.system.file()}.
\item The function \code{head()} and \code{tail()} now work with
"data.set" and "importer" objects in the same sensible way as they
do with data frames.
Expand All @@ -144,7 +144,7 @@
\item \code{codeplan()} also works with indiviual survey items and
can set to \code{NULL}, which means that all memisc-specific
information is removed from the data.
\item \code{codebook()} works also with data frames (or "tibbles")
\item \code{codebook()} works also with data frames (or "tibbles")
imported with the \emph{haven} package.
\item \code{codebook()} now makes use of the "label" attribute of variables if the
attribute is present.
Expand All @@ -169,6 +169,10 @@
being run.
\item \code{as.item()} now drops non-unique labelled values when applied to a
"labelled", "haven_labelled", or "haven_labelled_spss" object.
\item \code{spss.system.file()} no takes into account metadata about
measurement levels ("nominal", "ordinal", or "scale") to set
the \code{measurement()} attributes of the items in
the resulting \code{"importer"} and \code{"data.set"} objects.
}
}
\subsection{BUGFIXES}{
Expand Down

0 comments on commit 8d1f3e1

Please sign in to comment.