This file is indexed.

/usr/lib/R/site-library/BradleyTerry2/NEWS is in r-cran-bradleyterry2 1.0-6-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
Changes in BradleyTerry2 1.0-6
==============================

Changes in behaviour
--------------------

    o	BTabilities now returns NA for unidentified abilities

Bug fixes
---------

    o	BTabilities now respects contrasts argument and contrasts attributes of
    	player1 and player2 factors. Also handle unidentified coefficients 
	correctly.


Changes in BradleyTerry2 1.0-5
==============================

Bug fixes
---------

    o	no longer imports from gnm, so gnm need not be installed.


Changes in BradleyTerry2 1.0-4
==============================

Bug fixes
---------

    o	depends on lme4 (>=1.0).


Changes in BradleyTerry2 1.0-3
==============================

New Features
------------

    o	updated football data to include full 2011-12 season.


Changes in BradleyTerry2 1.0-2
==============================

New Features
------------

    o	added football example presented at useR! 2013 with generalised
    	Davidson model for ties.


Changes in BradleyTerry2 1.0-1
==============================

Bug fixes
---------

    o	renamed "glmmPQL" object "BTglmmPQL" to avoid conflict with lme4 
    	(which loads MASS).
    o	fixed BTm so that it is able to find variables when called inside
    	another function (stackoverflow.com question 14911525).
    	


Changes in BradleyTerry2 1.0-0
==============================


    o	updated references and CITATION to cite JSS paper on 
    	BradleyTerry2	



Changes in BradleyTerry2 0.9-7
==============================

Bug fixes
---------

    o	fixed anova.BTmlist to work for models with random effects

    o   allow models to be specified with no fixed effects


Improvements
------------

    o	updated vignette, including example of bias-reduction, a 
    	new example incorporating random effects and a new example
	on preparing data for use with package


Changes in BradleyTerry2 0.9-6
==============================

Bug fixes
---------

    o	fixed offset argument to work as documented

    o	corrected documentation for citations data

Improvements
------------

    o	updated vignette, to provide more explanation of setting up the data


Changes in BradleyTerry2 0.9-5
==============================

   o	updated  contact details

Changes in BradleyTerry2 0.9-4
==============================

New Features
------------

    o	added ice hockey example presented at useR! 2010

Bug fixes
---------

    o	predict.BTm now works for models with no random effects and handles
    	new individuals with missing values in predictors. 


Changes in BradleyTerry2 0.9-3
=============================

New Features
------------

    o	added predict method for BTm objects.

Bug fixes
---------

    o	fixed bug in BTm.setup causing problems in finding variables when BTm
    nested within another function.