This file is indexed.

/usr/lib/R/site-library/DEoptimR/NEWS.Rd is in r-cran-deoptimr 1.0-8-1build1.

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
\name{NEWS}
\title{News for package 'DEoptimR'}

\section{Changes in DEoptimR version 1.0-6 (2016-07-05)}{
  \itemize{
    \item Argument \code{FUN} renamed to \code{compare_to}.
  }
}

\section{Changes in DEoptimR version 1.0-5 (2016-07-01)}{
  \itemize{
    \item Arguments \code{tau1}, \code{tau2} and \code{tau3} renamed to
    \code{tau_F}, \code{tau_CR} and \code{tau_pF}, respectively.
  }
}

\section{Changes in DEoptimR version 1.0-0 (2014-01-27)}{
  \itemize{
    \item First release of DEoptimR: implementation of a bespoke variant of the
    jDE algorithm.
    \item Constraint handling based on biasing feasible over unfeasible
    solutions by a parameter-less variant of the
    \eqn{\varepsilon}{epsilon}-constrained method.
  }
}