-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.Rd
67 lines (61 loc) · 1.55 KB
/
NEWS.Rd
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
% Copyright (c) 2024, Avraham Adler All rights reserved
% SPDX-License-Identifier: MPL-2.0+
\name{NEWS}
\alias{NEWS}
\title{NEWS file for the MBBEFDLite package}
\section{Version 0.0.5 (2025-01-31)}{
\subsection{Changed}{
\itemize{
\item Replaced \code{\()} shorthand with full \code{function} call in
\code{mommb} to remove dependency on \R \eqn{\ge}{>=} 4.1.0.
\item Updated package metadata test.
}
}
\subsection{Changed}{
\itemize{
\item Use \code{log1p} instead of \code{log 1.0 + ...} where appropriate.
}
}
}
\section{Version 0.0.4 (2024-07-24)}{
\subsection{Fixed}{
\itemize{
\item Corrected documentation in \code{ecmb}.
\item Fixed one unit test.
}
}
\subsection{Changed}{
\itemize{
\item Use \code{log1p} instead of \code{log 1.0 + ...} where appropriate.
}
}
}
\section{Version 0.0.3 (2024-06-20)}{
\subsection{Changed}{
\itemize{
\item Adjust \R code for \code{mommb} to be more efficient.
\item Update documentation.
\item Use native \acronym{CRAN} \acronym{DOI}.
\item Expand package metadata tests.
}
}
}
\section{Version 0.0.2 (2024-05-16)}{
\subsection{Fixed}{
\itemize{
\item Corrected package link in \file{CITATION}.
\item Removed extra parentheses in description of \code{g} in docs.
}
}
\subsection{Added}{
\itemize{
\item Expanded documentation of \code{ecmb}.
\item Added \acronym{DOI}.
}
}
}
\section{Version 0.0.1 (2024-05-14)}{
\itemize{
\item Initial release.
}
}