/usr/lib/R/site-library/robustbase/NEWS.Rd is in r-cran-robustbase 0.92-8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | % Check from R:
% news(db = tools:::.build_news_db_from_package_NEWS_Rd("~/R/Pkgs/robustbase/inst/NEWS.Rd"))
\name{NEWS}
\title{News for \R Package \pkg{robustbase}}
\encoding{UTF-8}
\section{CHANGES in robustbase VERSION 0.92-8 (2017-10-30, svn r778)}{
\subsection{NEW FEATURES}{
\itemize{
\item \code{fullRank()} utility for \code{adjOutlyingness}:
\item \code{adjOutlyingness()}, gets new options \code{p.samp} and
\code{trace.lev}, and when it fails to find enough good
directions, now checks the rank and mentions \code{fullRank()} in
case the matrix is (QR-)rank deficient.
\item The \code{"lmrob"} method for \code{vcov()} gets optional
argument \code{complete = TRUE}, where only \emph{complete =
FALSE} is back compatible.
\item improved (error) messages in singular case in
\code{.vcov.avar1()}.
\item \code{.psi.const()} is exported as well, and help is
improved about using and setting non-default psi tuning constants.
}
}
\subsection{BUG FIXES}{
\itemize{
\item loosened some regression test tolerances (for alternatives
to BLAS) in \file{tests/(mc-strict|poisson-ex)}.
\item \code{scaleTau2(x, *)} gains an optional \code{sigma0}
argument and now returns zero instead of \code{NaN} when
\code{sigma0 == 0}.
}
}
}
\section{CHANGES in robustbase VERSION 0.92-7 (2016-11-23, svn r742)}{
\subsection{NEW FEATURES}{
\itemize{
\item \code{vignette(psi_functions)}
\item \code{adjOutlyingness(..., maxit.mult = max(100, p))} new option,
allowing more iterations for finding \dQuote{good} projection directions.
}
}
\subsection{BUG FIXES}{
\itemize{
\item \code{summary(nlrob(*, method = "CM"))} now works.
\item \code{lmrob..MM..fit()} now works again when \code{x} and
\code{y} are specified, but neither \code{method} nor \code{obj} is.
}
}
}
\section{CHANGES in robustbase VERSION 0.92-6 (2016-05-28, svn r717)}{
\subsection{NEW FEATURES}{
\itemize{
\item Now provide an \code{"lmrob"} method for the standard \R
generic function \code{hatvalues()}, and also export its lower
level workhorse \code{.lmrob.hat()} (formerly hidden
\code{lmrob.leverages()}), which now by default has
\code{names(.)}.
}
}
\subsection{BUG FIXES}{
\itemize{
\item \code{.lmrob.hat()} (formerly \code{lmrob.leverages()}) has
been corrected for the rank-deficient case.
\item \code{classPC(m)} now also works for a 1-column matrix.
}
}
}
\section{CHANGES in robustbase VERSION 0.92-5 (2015-07-21, svn r698)}{
\subsection{NEW FEATURES}{
\itemize{
\item \emph{Hidden} \code{print()} methods \code{print.summary.lmrob()}
and \code{print.lmrob.S()} get a \code{showAlgo = TRUE} argument
which the user can set to FALSE in order to suppress printing of
the \dQuote{Algorithmic parameters}.
\item import (remaining parts) from "base" packages.
\item \code{summary(<nlrob>)} now also prints a summary on the residuals.
}
}
\subsection{BUG FIXES}{
\itemize{
\item \code{summary(lmrob(.))}'s variance-covariance matrix is now
called \code{cov} instead of \code{cov.unscaled} (because it
\emph{is} scaled). Code which has been using \code{vcov(<lmrob>)}
or \code{<lmrob> $ cov}, or even \code{<summary.lmrob> $ cov} is not affected.
}
}
}
\section{CHANGES in robustbase VERSION 0.92-4 (2015-06-04, svn r696)}{
\subsection{NEW FEATURES}{
\itemize{
\item Started this \file{NEWS.Rd} file, to eventually replace the \file{ChangeLog}
\item \code{plot.lmrob()} also identifies largest residuals as
\code{plot.lm()}. Also gets new argument \code{panel}, and
\code{add.smooth=TRUE} behavior.
\item adapt to the fact that R 3.3.0 will have its own
\code{sigma()} S3 generic.
\item setup for having message translations (volunteers sought!).
}
}
\subsection{BUG FIXES}{
\itemize{
\item more careful in \file{../src/mc.c} (valgrind, thanks to Brian)
\item add missing documentation, better examples for \code{predict.lmrob}
\item \code{warn.limit.*} checks in \code{lmrob*()}
}
}
}
\section{CHANGES in robustbase VERSION 0.92-3 (2015-01-14, svn r679)}{
\subsection{NEW FEATURES}{
\itemize{
\item The \sQuote{Co-Median} \code{covComed()} from Maria Anna,
tweaked by Valentin and modified considerably by Martin.
\item Also document (and export) \code{r6pack()} utility.
\item New \code{smoothWgt()} function --- \dQuote{Biweight on a
Stick} --- to be used as \code{wgtFUN} option for \code{covMcd()}
or \code{covComed()}.
\item New utility \code{colMedians()} and \code{rowMedians}, as we
use columnwise medians in so many places.
}
}
\subsection{BUG FIXES}{
\itemize{
\item Tweaks to \code{medcouple()}, after detecting flaws -- which
may be inherent and have \emph{not} been removed.
\item Improved its documentation and the \code{adjOutlyingness()}
one, notably its \dQuote{central} case.
}
}
}
\section{CHANGES in robustbase VERSION 0.92-2 (2014-11-22, svn r660)}{
\subsection{BUG FIXES}{
\itemize{
\item \code{covMcd()} with new options (\code{kmini},
\code{nmini}) now ok (sometimes wrong in 0.92-1).
}
}
}
\section{CHANGES in robustbase VERSION 0.92-1 (2014-11-18)}{
\subsection{NEW FEATURES}{
\itemize{
\item The deterministic MCD, via \code{covMcd(..., nsamp="deterministic")}.
}
}
\subsection{BUG FIXES}{
\itemize{
\item \code{adjOutlyingness()}: reverse the defaults of
\code{clower} and \code{cupper} and fix an \dQuote{eternal}
erronous \eqn{\pm}{+/-} swap; see new note in \file{man/adjOutlyingness.Rd}.
}
}
}
\section{CHANGES in robustbase VERSION 0.92-0 (2014-11-18)}{
\subsection{NEW FEATURES}{
\itemize{
\item \code{nlrob()} now works with indexed vector parameters.
\item new \code{outlierStats()} (Manuel).
}
}
\subsection{BUG FIXES}{
\itemize{
\item got rid of Fortran compiler warnings about \bold{ancient} style.
\item \code{nlrob(*, weigths)}, fixing R-forge bug #5988.
\item \code{covMcd()} fix for \dQuote{MAD = 0} case (new
\code{exactfit} code 3).
}
}
}
\section{CHANGES in robustbase VERSION 0.91-1 (2014-05-01)}{
\subsection{BUG FIXES}{
\itemize{
\item .
}
}
}
\section{CHANGES in robustbase VERSION 0.91-0 (2014-04-24)}{
\subsection{NEW FEATURES}{
\itemize{
\item .
}
}
\subsection{BUG FIXES}{
\itemize{
\item .
}
}
}
\section{CHANGES in robustbase VERSION 0.90-1 (2014-01-30)}{
\subsection{NEW FEATURES}{
\itemize{
\item .
}
}
\subsection{BUG FIXES}{
\itemize{
\item .
}
}
}
\section{CHANGES in robustbase VERSION 0.9-8 (2013-06-14)}{
\subsection{NEW FEATURES}{
\itemize{
\item .
}
}
\subsection{BUG FIXES}{
\itemize{
\item .
}
}
}
|