This file is indexed.

/usr/lib/R/site-library/mixtools/NEWS is in r-cran-mixtools 1.1.0-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
Changes in mixtools 1.1.0
============================
* 2017-03-10

* Properly registered native routines for internal C code to conform with R-devel checks.

* Fixed some inconsistencies with the S3 methods used.

* Added tauequivnormalmixEM() to search for a local maximum of the likelihood surface for a univariate finite mixture of normals with possible equality constraints on the stdev parameters.

* Added expRMM_EM() for fitting univariate finite mixtures-of-exponentials with right censoring.  Some associated distribution functions for this calculation were also added.

* Added weibullRMM_SEM(), which is a stochastic EM algorithm for estimating Reliability Mixture Models (RMM) with censoring.

* Added spRMM_SEM(), which is a stochastic EM algorithm for estimating a semiparametric Scaling RMM with censoring.

* Corrected an issue with loading WaterdataFull.

* Removed dependency on 'boot' package and revised code in the appropriate functions.  Thanks to Tim Hesterberg and Karl Millar of Google for this suggestion.

* Updated some help files.


Changes in mixtools 1.0.4
============================
* 2016-01-11

* Added mvnpEM() and some related functions, which are multivariate blocks extension to the npEM() function.

* Updated some help files.


Changes in mixtools 1.0.3
============================
* 2015-04-17

* Updated the maintainer's contact e-mail.

* Added a new npMSL() version, with k-fold cross-validation.

* Fixed some errors in the examples due to change in format to the Waterdata dataset.

* Updated some references.


Changes in mixtools 1.0.2
============================
* 2014-05-13

* Fixed an indexing error in the boot.comp() function.

* Updated some references.


Changes in mixtools 1.0.1
============================
* 2014-01-01

* Fixed a small bug to the boot.comp() function.

* Added more complete version of Waterdata dataset, which includes all 579 children originally measured along with age and sex information


Changes in mixtools 1.0.0 
============================
* 2013-10-05

* Started a NEWS file as of this version. New capabilities include:

* A normalmixMMlc() function was added, for mixtures of univariate Normals with linear constraints on both the means and the variances parameters, requiring a MM-type algorithm.

* A spEMsymlocN01() function was added, implementing a specific semiparametric EM-like algorithm for univariate mixture in False Discovery Rate (FDR) estimation, in which setup one component is known and set to the standard normal whereas the second component is semiparametric. Functions for plotting the results from this algorithm and for FDR estimation from its output have also been added.

* Some documentation (Rd) files have been updated for examples, and some reference papers in EM-related Rd files have been updated.