This file is indexed.

/usr/lib/R/site-library/spam/NEWS is in r-cran-spam 2.1-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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
	CHANGES IN VERSION 2.1-2

SIGNIFICANT USER-VISIBLE CHANGES

    o   In case 64bits are required, issues an error to load package
    	'spam64' first.


    o   Minor fixes in help files and other documentation.



INTERNAL CHANGES

    o   Improved registering of compiled functions 

    o   Compatibility with new versions of package 'testthat'.
    
  

  
	CHANGES IN VERSION 2.1-1

SIGNIFICANT USER-VISIBLE CHANGES

    o   With the addon of the package spam64, we have truly 64 bits 
    	available!

    o   Dependency on dotCall64.

    o 	Different option handling, we use now the classical R setting.
    	For the moment, the old functionality throws a message but in
	upcoming versions we use `.Deprecated`.
	  'spam.options' -> 'options', 'spam.getOption' -> 'getOption'

    o   'validate_spam' superseeds 'validspamobject'.

    o   Added the list of Fortran contributors.



INTERNAL CHANGES

    o	Many... many. More still to come.

    o	Unit testing with testthat.

    o	Change of archaic trig functions to standard.
	Minor edits to great circle dist.



	CHANGES IN VERSION 1.4-0 


INTERNAL CHANGES

    o	Fortran modification to address more pedantic compilations.  


	CHANGES IN VERSION 1.3-0 

BUG FIXES

    o   Adding nonsparse to sparse matrices did not always dispatch
    	properly and caused some errors. Thanks to Johan Lindström
	for pointing out.
 

SIGNIFICANT USER-VISIBLE CHANGES
  
    o   Help improvements

    o   Added additional method dispatching for 'all.equal'. 

 
 
  
	CHANGES IN VERSION 1.2-0 and 1.2-1
 

SIGNIFICANT USER-VISIBLE CHANGES

    o   Renaming of demos from JSS10 paper. 

    o   Continuing to implement 'spam_xxx' function names:
        Like 'spam_rdist' there is now 'spam_diag'.

    o   'subset.rows.spam' deprecated. There is an internal function 
    	'subset_rows.spam'.


INTERNAL CHANGES

    o   Ample minor modifications in 'DESCRIPTION' and 'NAMESPACE'
    	for CRAN check conformity.


    o   Elimination of a few unnecessary functions (not exported).


    o   Minor modifications in tests.  




	CHANGES IN VERSION 1.1-0 

SIGNIFICANT USER-VISIBLE CHANGES

    o   Upload of vignette linked to JSS15 paper. Related demos 
    	and tests.


    o   "DUP=FALSE" is deprecated and will be disabled in future 
    	versions of R. All "DUP" arguments have been eliminated.
	You have to expect a slightly slower version of spam.



 
	CHANGES IN VERSION 1.0 and 1.0-1
 
    o   This version is up to 'DESCRIPTION' and its implied changes
	identical to 0.90-1. With the upcoming JSS article "Pitfalls
	in the implementation of Bayesian hierarchical modeling of
	areal count data. An illustration using BYM and Leroux
	models." a "major" version jump is adequate.


    o   Referencing to spam data through spam::...


    o	Implemented `1.1.3.1 Suggested packages` approach.




	CHANGES IN VERSION 0.70/0.80/0.90/0.90-1

SIGNIFICANT USER-VISIBLE CHANGES

    o	Introduction of many as('spam','...') functions.

    o   Coercion function `as.vector` for spam objects. 

    o   Wrapper functions `spam_rdist` and 'spam_rdist.earth`
	for smooth use in `fields`.

    o   The use of `update(A, B)` without assignment has been 
    	eliminated. This is one way to address the change in
	memory handling changes from R 3.0.2 to R 3.1.0.

   	There is a slight overhead in memory. If this causes 
	problems, let me know.

    o   Adjustment of the license.


NEW FEATURES

   o    Arguments `diag` and `eps` in `nearest.dist` cause now
	an error.

   o    Further augmented help pages.


BUG FIXES

   o    The demo now points to the new JSS article.


INTERNAL CHANGES

    o	Set 'structurebased=TRUE' for the demos.

    o   Link to upcoming JSS article in one of the demos. 

    o 	'update.spam.chol.NgPeyton' preserves the structure
	(pointed out by Chris Paciorek), see above.

    o   Using similar License approach as SparseM. New files
	`README`, `inst/0LICENSE`.

    o   File renaming (OChangeLog -> 0ChangeLog) 


    o   Adjusted error messages for precmat.RW2


	CHANGES IN VERSION 0.60-0

SIGNIFICANT USER-VISIBLE CHANGES

   o	Using the flag 'structurebased', the behavior 
	of spam is now more consistent.

   o    "Arith", "Compare", "Logic" (getGroupMembers("Ops")) 
	have now a consistent behavior.



NEW FEATURES

   o    Few new S3 functions for simplicity: 
	'var.spam', 'eigen.spam', ...

   o 	New constructor functions 'colindices<-' etc.
	Maybe additional tests may be required.

   o 	Operators from 'Arith' obey now the 
   	structure based calculation. 


BUG FIXES

   o    'inefficiencywarning' passes message correctly.


INTERNAL CHANGES

   o 	many more spam/tests/*.

   o    Consistent use of 'spam' and 'vector' siglist for 'Ops'.

   o    Minor cleaning of Fortran code.
    
   o    Renaming/restructuring/cleaning of files...

   o    Fortran arguments are copied when updating the cholesky 
	structure.

 


	CHANGES IN VERSION 0.50-0

SIGNIFICANT USER-VISIBLE CHANGES

   o	Using the flag 'structurebased=FALSE', the behavior 
	of spam is now much, much closer to regular matrix
	calculations. This is illustrated when calculating
	gamma of a sparse matrix.

   o    Along the same lines, the flag 'NAOK=TRUE' allows the
	use of the "not finite numbers" (NA, NaN, Inf).
	We have tested many, many functions but full fledged
	use is not yet guaranteed.

   o    Currently, we can still guarantee backwards 
	compatibility...


NEW FEATURES

   o    New functions 'crossprod' and 'tcrossprod' as well
	as according method definitions.

   o 	New constructor functions 'rowpointers<-' etc.

   o 	Better option handling. The option 'safemode' is
	now 'safemodevalidity'. Additionally, new option
	'NAOK'.

   o    Help pages have been improved.

   o 	Operators from 'Summary' and 'Math' obey now the 
   	structure based calculation. 
	('Math2' inherently does).


BUG FIXES

   o    rmvnorm.[].const now work properly for any number of
	constraints and n.

   o	Assignment handles properly recycling.

   o	todo() now works properly.


INTERNAL CHANGES

   o 	eliminated {d,i}check by equivalent coercion.

   o    Consistent use of NAOK in Fortran calls.

   o    Minor cleaning of Fortran code.
    
   o    Renaming/restructuring of files...

 



	CHANGES IN VERSION 0.42-0

NEW FEATURES

   o    More consistent handling of subsetting. 
   	Warning is issued if subsetting with NA


BUG FIXES

   o    Fixed several issues when rowsubsetting...


INTERNAL CHANGES

   o 	Additional tests for positive definiteness in 'chol'.




	CHANGES IN VERSION 0.41-0


NEW FEATURES

   o    Functions grid_trace2() received more functionality.


BUG FIXES

   o    Eliminated bug in cov.mat(). Pointed out by Joshua French


INTERNAL CHANGES

   o 	Updated DESCRIPTION: added Florian Gerber [ctb]

   o    Minor code and help cleanup. Additional testing files. 
   	File header edits.

   o	Addressed Rdevel CMD check --as-cran Notes, especially
   	workaround for DUP=FALSE





	CHANGES IN VERSION 0.40-0



BUG FIXES
   
   o    A severe bug in subsetting a spam object with a nx2
        matrix crept in spam in version 0.29-3.
	Thanks to Andrew Hong and Beat Briner for pointing out.	

	To simplify communication, we have switched increased
	the tenth version number. 

	All other changes are of cosmetic nature.




	CHANGES IN VERSION 0.30-x


SIGNIFICANT USER-VISIBLE CHANGES

   o	Added several plots to visualize several MCMC chains
   	('grid_trace2', 'grid_zoom', ...). 


NEW FEATURES

   o    New function 'germany.plot' to draw the landkreise.
   	('map.landkreis' is now obsolete).

   o	Switched from 'tim.colors' to 'colorRampPalette'
   	in 'germany.plot'.

   o 	Metadata in 'germany.info', polygon definitions in
   	'germany.poly' ('germany' kept for backwards 
	compatibility).


INTERNAL CHANGES

   o 	Switched to mercurial for maintaining the package.

   o    Updated ChangeLog file (hg log).

   o 	Increased dependency to >= R 2.15.

   o    Minor code and help cleanup.





	CHANGES IN VERSION 0.29-0, 0.29-1, 0.29-2, 0.29-3

SIGNIFICANT USER-VISIBLE CHANGES

   o	There is a generic conflict with 'backsolve' between spam
   	and other packages (e.g., bdsmatrix). To avoid the issue,
	we use the standard generic implemented in 'methods' which
	requires an additional argument for version 0.29-0 (see 
	also PR#14883). 
	However to maintain backwards compatibility with packages
	that depend on spam, this was reverted in 0.29-1. 

	Currently, this conflict is not properly solved. I propose
	to load 'spam' first then the other packages, followed by
	manually calling:

	  setMethod("backsolve","spam.chol.NgPeyton",backsolve.spam)
	  setMethod("backsolve","spam",backsolve.spam)

	Stay tuned...

   o	Calls like:
        
	  mat <- diag.spam(4)
	  diag( mat[-1,]) <- 3
  	  diag.spam( mat[,-1]) <-2

	now work. They are, however, somewhat inefficient. 
	'toeplitz.spam' is to be prefered. Pointed out by
	Florian Gerber.

   o	The Gibbs sampler in the demo article-jss-example2 contains 
   	several bugs, pointed out by Steve Geinitz and Andrea Riebler. 
	I'll post an updated sampler in a future release.


NEW FEATURES

   o	New functions 'rmvnorm.const', 'rmvnorm.prec.const' and
   	'rmvnorm.canonical.const' to draw constrained multivariate
	normal variates.

   o	New functions 'precmat' (wrapper to), 'precmat.RW1', 'precmat.RW2', 
    	'precmat.season', 'precmat.IGMRFreglat' and 'precmat.IGMRFirreglat'
   	to create precision matrices for IGMRF.

   o	New methods 'rowSums', 'colSums' and  'rowMeans', 'colMeans' for
   	'spam' objects.

   o	New methods 'head' and 'tail' for 'spam' and 'spam.chol.NgPeyton' 
   	objects.

   o 	New method 'chol2inv' for 'spam' object.

   o	New option 'inefficiencywarning': handling of warnings issued 
   	in case of an inefficient calculation. 

   o	New option 'structurebased': should operations be performed on
   	the nonzero entries or on including the zeros. Classical example:
	what should the cosine of a sparse matrix look like?
	In the near future, all operations from Math and Ops will include
	this option. Some loss of backwards compatibility might be 
	lost in the future.  


INTERNAL CHANGES

   o	New much faster approach to extract rows. For not too sparse 
   	large matrices improvements over two orders of magnitudes are
	achieved.
	
   o 	Elininated '.Internal()' calls that induce a 'Note' on CRAN
   	checks. This also implied a minor rewrite of 'image.spam'.	

   o 	Minor code improvements. 

   o	Eliminated non-API calls (29.1).

   o	Rewritten .C("bincode",...) call as suggested by Brian Ripley
   	(29.2).
  

BUG FIXES

   o 	Bug fix that occures when multiplying elementwise matrices 
   	that have non-intersecting structures (pointed out by 
	Corentin Barbu).

   o	Bug fix in triangular backsolves involving 'spam' objects 
   	and rhs matrices.

   o	Bug fix in triangular backsolve causing errors on some
   	architectures.




	CHANGES IN VERSION 0.28

NEW FEATURES

   o	New function 'cleanup' (suggested by Simon Barthelme). 

   o 	Extending help files.

   o 	Improved functionality of 'isSymmetric'.


INTERNAL CHANGES

   o	Proper storage of data files.

   o 	Cleaning up argument names within spam functions.	 

   o    Cleaning up old Fortran code, i.e., eliminating
   	unnecessary subroutines and write calls.


BUG FIXES

   o 	Bug fix that may occure when extracting zero elements 
        (pointed out by Corentin Barbu).




	CHANGES IN VERSION 0.27

NEW FEATURES

    o	Requires now R2.10 and higher.

    o	Functions to create Toeplitz and circulant matrices.

    o 	Function to create precision matrices for gridded GMRF.

    o	Improvements in the mle.* functions.

    o	Method diff for sparse matrices (suggested by Paul Eilers).

    o 	Improvement of help pages. 

    o	Eliminated some help aliases to base functions 
    	(for which no 'usage' is given). 


INTERNAL CHANGES

    o  	Change to iL coding.

    o	Start to using 'identical'.

    o 	Code cleaning due to requirement of R2.10 and higher.


BUG FIXES

    o   Bug fix in as.spam.list (thanks to Paul Eilers).

    o 	Bug fix in demo(spam) (thanks to Thomas Gsponer).





	CHANGES IN VERSION 0.24, 0.25 and 0.26
	
    o 	Devel versions, not released.	





	CHANGES IN VERSION 0.23

NEW FEATURES

    o	Further improved versions of demos. 

    o	Some improvements to meet Rd standards.
        Adjustments for future R versions. 





	CHANGES IN VERSION 0.22

NEW FEATURES

    o	Improved versions of demos. Synchronized with the JSS article.

    o   Additional changes and improvements in the help files (thanks
    	to Steve Geinitz).


    




	CHANGES IN VERSION 0.21

	
NEW FEATURES

    o	New NEWS file, to work better with news() command.
    	The previous is available under ONEWS.


    o 	New functions bandwidth, permutation, mle[.nomean][.spam],
    	neg2loglikelihood[.spam].
   

    o	Renamed adiag.spam to bdiag.spam.


    o	Cleaned up argument naming with the rmvnorm.* 
    	suite.


INTERNAL CHANGES

    o   Various Fortran code, R code and help file 
    	improvements.


BUG FIXES

    o	Minor change in one of the demos (solves a 64bit issue).