This file is indexed.

/usr/lib/R/site-library/Rglpk/CHANGELOG is in r-cran-rglpk 0.6-2-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
2016-06-13  Stefan Theussl  <stefan.theussl@R-project.org>
	* ADDED: new control parameters "presolve" and "tm_limit"
	* ADDED: reduced cost in return value (solution_dual)
	* ADDED: value of auxiliary variable (primal|dual) in return value
	* RELEASE: Rglpk 0.6-2 on CRAN

2015-07-01  Stefan Theussl  <stefan.theussl@R-project.org>
	* FIXED: S3method properly registered
	* FIXED: R does not terminate abnormally on an internal GLPK
	library error since an error handler is now registered. Thanks to
	a patch by Heinrich Schuchardt.
	* RELEASE: Rglpk 0.6-1 on CRAN

2014-06-15  Stefan Theussl  <stefan.theussl@R-project.org>
	* UPDATED: Rglpk does not ship GLPK sources anymore
	* UPDATED: Licence now GPL-2 | GPL-3
	* RELEASE: Rglpk 0.6-0 on CRAN

2013-11-27  Stefan Theussl  <stefan.theussl@R-project.org>
	* UPDATED: Rglpk now ships with GLPK sources version 4.52.1
	* FIXED: handling of bounds passed down from ROI
	* RELEASE: Rglpk 0.5-2 on CRAN

2013-06-03  Stefan Theussl  <stefan.theussl@R-project.org>
	* UPDATED: Rglpk now ships with GLPK sources version 4.52
	* UPDATED: new patches are needed for this GLPK release.
	* FIXED:   Copyright holder statements as demanded by CRAN policy
	* RELEASE: Rglpk 0.5-1 on CRAN

2013-06-03  Stefan Theussl  <stefan.theussl@R-project.org>
	* UPDATED: Rglpk now ships with GLPK sources version 4.50
	* UPDATED: some extra patches are needed for this GLPK release.
	* RELEASE: Rglpk 0.4-1 on CRAN

2012-09-11  Stefan Theussl  <stefan.theussl@R-project.org>
	* UPDATED: argument list now in the following order: obj, mat,
          dir, rhs, bounds = NULL, types = NULL, max = FALSE, control
          = NULL. Currently, control can only be used for setting verbosity level.
	* UPDATED: use only a subset of file reader example data
	* FIXED: file reader improvements (C API), thx to ceeboo
	* RELEASE: Rglpk 0.3-10 on CRAN

2012-09-04  Stefan Theussl  <stefan.theussl@R-project.org>

	* ADDED: example data for file reader function
	* FIXED: fixing segfault when reading large instances from files
	* UPDATED: maintainer mail address
	* RELEASE: Rglpk 0.3-9 on CRAN

2012-01-16  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* FIXED: gcc 4.5.x warning
	* RELEASE: Rglpk 0.3-8 on CRAN

2012-01-12  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* ADDED: added MATHPROG reader support
	* ADDED: retrieving constraint names from file based instances
	* RELEASE: Rglpk 0.3-7 on CRAN

2011-12-30  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: now using packageStartupMessage()
	* UPDATED: Windows build toolchain changed
	* UPDATED: configure script now searching for system library
	* UPDATED: Rglpk now includes GLPK sources of version 4.47
	* RELEASE: Rglpk 0.3-7 on CRAN

2010-02-15  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* FIXED: Further Windows improvements (Makevars.win, Makefile.win)
	* RELEASE: Rglpk 0.3-5 on CRAN

2010-02-02  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* FIXED: Now includes a static library for windows
	* RELEASE: Rglpk 0.3-4 on CRAN

2010-01-28  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.42
	* FIXED: compile warnings have been fixed in Upstream code
	* ADDED: Windows support via separate configure script and Makevars 
	* RELEASE: Rglpk 0.3-3 on CRAN

2009-09-07  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.39
	* FIXED: lower, upper bound conversion in bound_table
	* ADDED: separate configure script and Makevars due to
	         major changes in upstream code

2009-06-26  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* REMOVED: sparse matrix support from Rglpk package
	* ADDED: slam dependency which replaces the old S3 sparse matrix support
	* RELEASE: Rglpk 0.3-1 on CRAN

2009-03-30  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.37
	* RELEASE: Rglpk 0.2-9 on CRAN

2009-02-06  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.36
	* RELEASE: Rglpk 0.2-8 on CRAN

2008-12-08  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.34
	* RELEASE: Rglpk 0.2-7 on CRAN

2008-11-16  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.33
	* FIXED: replaced abort() with error() statments
	* RELEASE: Rglpk 0.2-6 on CRAN

2008-09-27  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: Rglpk now includes GLPK version 4.31


2008-08-20  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* RELEASE: Rglpk 0.2-5 on CRAN 


2008-08-15  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED:  GLPK 4.30
	* FIXED: read/write MPS files new low level C routines
	* ADDED: .onLoad function to initialize default printer in C (Rprintf)
	* ADDED: GLPK version information printed in R after loading shared library


2008-07-30  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* FIXED: integer/binary variables are now rounded to reduce
	  failures due to numerical artefacts


2008-07-21  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* UPDATED: GLPK 4.29 integrated


2008-06-06  Stefan Theussl  <stefan.theussl@wu.ac.at>

	* RELEASE: Rglpk released to CRAN. It interfaces GLPK version
	  4.28. Facilities to read MPS and CPLEX-LP format added.