File: NEWS.Rd

package info (click to toggle)
r-cran-inum 1.0-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: sh: 63; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 1,460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70

\name{NEWS}
\encoding{UTF-8}
\title{News for Package \pkg{inum}}

\section{Changes in version 1.0-5 (2023-03-09)}{
\itemize{
  \item{Register default methods.}
  }
}

\section{Changes in version 1.0-4 (2021-04-12)}{
\itemize{
  \item{\code{complete.cases.only = TRUE} did not work with all patterns of missings; bug spotted by Susanne Dandl.}
  }
}



\section{Changes in version 1.0-3 (2021-02-08)}{
\itemize{
  \item{Update reference output.}
  }
}



\section{Changes in version 1.0-2 (2021-02-03)}{
\itemize{
  \item{\code{complete.cases.only} returned nonsense.}
  }
}


\section{Changes in version 1.0-1 (2019-01-23)}{
\itemize{
  \item{Differences must be larger than \code{sqrt(.Machine$double.eps)}.}
  \item{Handle numeric vectors with only two distinct values.}
  }
}


\section{Changes in version 1.0-0 (2017-12-12)}{
\itemize{
  \item{Allow multiple variables in \code{as.interval}.}
  \item{When \code{nmax} is smaller than the number of
        unique values, optionally use the means of the observations
        in each bin as level (and not the corresponding quantiles
        as in earlier version) to minimise bias.}
  }
}

\section{Changes in version 0.9-2 (2017-02-27)}{
\itemize{
  \item{Introduce \code{is.na} methods.}
}
}

\section{Changes in version 0.9-1 (2017-02-01)}{
\itemize{
  \item{Make sure all NAs are coded as 0.}
}
}


\section{Changes in version 0.9-0 (2016-12-09)}{
\itemize{
  \item{ \pkg{inum} published on CRAN.}
}
}