This file is indexed.

/usr/lib/R/site-library/Luminescence/NEWS.Rd is in r-cran-luminescence 0.7.5-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
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
\name{NEWS}
\title{NEWS for the R Package Luminescence}
\section{Changes in version 0.7.5 (30th June, 2017)}{

  \subsection{Bugfixes and changes}{
    \itemize{


      \item \code{analyse_SAR.CWOSL()}

        \itemize{

          \item If the signal integral was wrong, the default value was not set correctly (#46).

        }


      \item \code{calc_AverageDose()}

        \itemize{

          \item Update documentation and add produced output,
          \item unify data.frame return output arguments (all capital letters).

        }



      \item \code{calc_FastRatio()}

        \itemize{

          \item Update slot names, which led to an output error.

        }


      \item \code{extract_IrradiationTimes()}

        \itemize{

          \item The exported BINX-file now works with the Analyst and the g-value can be
          calculated therein (thanks to Geoff Duller).

        }

      \item \code{plot_FilterCombinations()}

        \itemize{

          \item Calculate optical density and return it,
          \item fix calclation of transmission window,
          \item improve plot output.

        }

          \item \code{plot_RadialPlot()}

        \itemize{

          \item Fix error which occasionally occurred if a list of \code{data.frame}s are provided (thanks to Christina Neudorf for spotting the bug).

        }


     \item \code{read_BIN2R()}

        \itemize{

          \item Improve error messages for corrupted BIN/BINX-files,
          \item ensure that the file connection is closed sufficiently.

        }

      \item \code{RisoeBINfileData2RLum.Analysis()}

        \itemize{

          \item The grain selection was not accepted and caused a constant error (#45).

        }

         \item \code{use_DRAC()}

        \itemize{

          \item The DRAC URL had changed; fixed.

        }





    }
  }


   \subsection{Miscellaneous}{
    \itemize{

        \item Fix package welcome message.


    }

   }



}

\section{Changes in version 0.7.4 (31st March, 2017)}{


    \subsection{Changes in S4-classes and methods}{
      \itemize{
        \item \code{get_RLum} for \code{RLum.Analysis}-objects now returns an error and \code{NULL} if the
        \code{record.id} is not valid.

      }
  }

  \subsection{Bugfixes and changes}{
    \itemize{



     \item \code{analyse_baSAR()}{
        \itemize{
           \item The option to force the dose response curve trough the origin was not correctly
           implemented; fixed.

      }

    }

     \item \code{analyse_FadingMeasurement()}{
        \itemize{
           \item The function returned unreliable results since the time since irradiation had
           been doubled. This bug only affected Lx/Tx data imported from an XSYG-file.

      }

    }

    \item \code{analyse_SAR.TL()}{
        \itemize{
           \item A test code snippet made it into the final package. With this the Lx/Tx error was
           taken as fixed value (10/100) from the Lx/Tx value itself. The calculated error was not
           considered; corrected,
           \item function returns \code{NA} for the error if the background signals are similar
           and the error would become 0,
           \item new argument \code{integral_input} added to allow for an integral definition based
           on temperatures and not channels.

      }

    }

     \item \code{calc_TLLxTxRatio()}{
        \itemize{
           \item Arguments \code{Lx.data.background} and  \code{Tx.data.background} are now
           pre-set to \code{NULL}, i.e. the function does not longer check for missing entries.

      }

    }



   \item \code{plot_KDE()}{
        \itemize{
           \item Further support for layout options as requested by Christopher Luethgens.
     }
     }

 \item \code{plot_GrowthCurve)}{
        \itemize{
           \item Rename argument options for argument \code{mode} to \code{'interpolation'} and
           \code{'extrapolation'} instead of \code{'regenerative'} and \code{'additive'}.
           \item fix a rather rare bug using the combination \code{fit.force_through_origin = FALSE} and
           \code{mode = "extrapolation"},
           \item the graphical representation for \code{mode = "extrapolation"} was not correct (#38).

     }
     }

  \item \code{plot_RLum.Data.Spectrum)}{
        \itemize{
           \item Fixwrong axtick labels for interactive plot option (#39),
           \item correct manual.
     }
     }

  \item \code{plot_RLum.Analysis)}{
        \itemize{
           \item Add support for the argument 'type' of the argument 'combine = TRUE' is used.
     }
     }

     \item \code{read_BIN2R()}{
        \itemize{
           \item Correct minor bug while importing corrupt BIN-files,
           \item add support for internet connections,
           \item if a directory was provided the functions was trapped in an endless loop (#36)
     }
     }

     \item \code{write_R2BIN()}{
        \itemize{
           \item Argument 'BL_UNIT' was not correctly exported; fixed,
           \item export behaviour for BIN-file version 08 improved.
     }

    }
   }
  }

  \subsection{Miscellaneous}{
     \itemize{

     \item BIN-file example data sets can now be exported without error to BIN-files using
      \code{write_R2BIN()}.
    }
  }


}



\section{Changes in version 0.7.3 (8th Feburary, 2017)}{

  \subsection{Bugfixes and changes}{
  \itemize{


   \item \code{Risoe.BINfileData()}{
    \itemize{
       \item Correct for mistakes in the manual.
     }
    }

   \item \code{write_R2BIN()}{
    \itemize{
       \item Correct for broken function (introduced with v0.7.0).
     }
    }
   }
  }

  \subsection{Miscellaneous}{
  \itemize{

  \item Correct wrong package date format.
  \item Add NEWS again to the package.
 }

}

}


\section{Changes in version 0.7.2 (7th February (evening), 2017)}{

  \itemize{
  \item The CRAN check on the Solaris machines gave an error while performing
the (on all other platform sucessful) unit tests. Consequently, and to
reduce the load for the CRAN resources all tests are skipped on CRAN.
  \item This version never made it on CRAN!

  }



}


\section{Changes in version 0.7.1 (6th February (evening), 2017)}{

 \itemize{

\item This release accounts for the CRAN check errors on the Solaris machines by
preventing the unfortunate overload of the C++ function pow() with integer
values.

}

}

\section{Changes in version 0.7.0 (6th February (morning), 2017)}{

  \subsection{New functions}{
    \itemize{

        \item \code{analyse_FadingMeasurement()}:
        Analyse fading measurements to calculate g-values and to estimate
        the density of recombination centres.

        \item \code{analyse_portableOSL()}:
        The function analyses CW-OSL curve data produced by a SUERC portable
        OSL reader and produces a combined plot of OSL/IRSL signal intensities,
        OSL/IRSL depletion ratios and the IRSL/OSL ratio.

        \item \code{calc_Kars2008()}:
        A function to calculate the expected sample specific fraction of saturation
        following Kars et al. (2008) and Huntley (2006).

        \item \code{calc_AverageDose()}: Function to calculate the average dose and their extrinsic
        dispersion.

        \item \code{convert_BIN2R()}: wrapper function around the functions \code{read_BIN2R()} and
        \code{write_RLum2CSV()} to convert a BIN-file to CSV-files; so far possible.

         \item \code{convert_Daybreak2R()}: wrapper function around the functions \code{read_Daybreak2R()} and
        \code{write_RLum2CSV()} to convert Daybreak measurement data (TXT-file, DATE-file) to CSV-files; so far possible.

        \item \code{convert_PSL2R()}: wrapper function around the functions \code{read_PSL2R()} and
        \code{write_RLum2CSV()} to convert a PSL-file (SUERC portable OSL reader file format) to CSV-files; so far possible.

        \item \code{convert_XSYG2R()}: wrapper function around the functions \code{read_XSYG2R()} and
        \code{write_RLum2CSV()} to convert XSYG-file to CSV-files; so far possible.

        \item \code{github_branches(), github_commits(), github_issues()}:
        R Interface to the GitHub API v3. These functions can be used to query a specific repository hosted on GitHub.

        \item \code{install_DevelopmentVersion()}:
        This function is a convenient method for installing the development version of the R package
        'Luminescence' directly from GitHub.

        \item \code{PSL2Risoe.BINfileData()}:
        Converts an \code{RLum.Analysis} object produced by the function
        \code{read_PSL2R()} to an \code{Risoe.BINfileData} object.

        \item \code{read_PSL2R()}:
        Imports PSL files produced by a SUERC portable OSL reader into R.

        \item \code{smooth_RLum()}: wrapper function to call the corresponding methods to smooth
        data based on the function \code{zoo:rollmean}.

        \item \code{write_RLum2CSV()}:
        Exports \code{RLum}-objects to CSV-files to improve the compatibility to other software.
        Supported are only numerical values, i.e., \code{data.frame}, \code{matrix} and \code{numeric}.

    }
  }

    \subsection{New example data}{
    \itemize{

      \item \code{ExampleData.fading}:
        Example data set for fading measurements of the IR50, IR100, IR150 and IR225
        feldspar signals of sample UNIL/NB123. It further contains regular
        equivalent dose measurement data of the same sample, which can be used
        to apply a fading correction to. These data were kindly provided by Georgina King.
    }
  }

    \subsection{Changes in S4-classes and methods}{
      \itemize{

      \item Method \code{get_RLum} for \code{RLum.Analysis}-objects did not respect \code{.pid}, fixed.

      \item Method \code{get_RLum} for \code{list}-objects now accepts lists with all kinds of
      \code{RLum}-objects. Previously, only lists of \code{RLum.Analysis}-objects were allowed.

      \item \code{plot_RLum} was not passing the argument \code{sub}, as it was fetched by the partial
      argument matching; fixed.

      \item \code{set_RLum} produced \code{NA} as originator, if the function calling the function
      \code{set_RLum()} was called from outside of the package using the double colons
      (e.g., \code{Luminescence::function()}); fixed.

      \item \code{smooth_RLum} add method support for \code{RLum.Data.Curve}, \code{RLum.Analysis} and
      \code{list} of this objects implemented.


      }

    }

  \subsection{Bugfixes and changes}{

  \itemize{

   \item \code{analyse_baSARL()}{
    \itemize{
       \item Due to a typo in the manual the \code{method_control} parameter \code{variable.names} was
       not working if correctly typed as written in the manual (in the manual: 'variables.names', but
       correct is 'variable.names'); typo corrected fixed,
       \item minor improvements and error corrections.

    }
  }


  \itemize{

   \item \code{analyse_IRSAR.RF()}{

  \itemize{
    \item Add option for a vertical sliding of the RF_nat curve (\code{method_control = list(vslide_range = 'auto')}). This
    feature has beta status and usage for publication work is not recommended yet. By default no vertical
    sliding is applied,
   \item allow a parallel processing of MC runs by using the argument \code{method_control = list(cores = 'auto')}.
   }
  }

  \item \code{analyse_SAR.CWOSL()}{
    \itemize{
       \item Fix wrongly set threshold value for recuperation rate (#26),
       \item fix a rare bug for the combination 'recyling.ratio = NA' and more than
       one provided recyling point,
       \item a check has been implemented to refrain from using wrong rejection criteria
       keywords.
    }
  }

  \item \code{calc_AliquotSize()}{
    \itemize{
       \item Console output can now be suppressed via 'verbose = TRUE' (#24).
    }
  }


  \item \code{calc_CosmicDoseRate()}{
    \itemize{
       \item Console output can now be suppressed via 'verbose = TRUE' (#24).
    }
  }

    \item \code{calc_FastRatio()}{
    \itemize{
       \item New arguments 'Ch_L2' and 'Ch_L3' to allow the user to specify
       custom values for channels L2 and L3. Feature requested by A. Versendaal (#29).
    }
  }

  \item \code{calc_FadingCorr()}{
    \itemize{
       \item Fixed a bug where the function would crash when providing an
       \code{RLum.Results} object for \code{g_value},
       \item new argument \code{interval} to control the age interval for solving the equation
       via \code{uniroot}.

    }

  }

  \item \code{calc_FiniteMixture()}{
    \itemize{
       \item Fixed a bug where certain arguments where not passed to `plot_RLum.Results`
       so that the plot was not as customisable as intended.
       Thanks to Daniele Questiaux for reporting the bug.
    }
  }

  \item \code{calc_MaxDose()}{
    \itemize{
       \item Fixed a bug in the console output, which provided wrong values for the
       asymmetric error on gamma (Note that the values in the output object
       were correct!). Thankfully reported by Xue Rui.
    }
  }

    \item \code{calc_Statistics()}{
    \itemize{
       \item The argument \code{n.MC} got a new value \code{NULL} which is now
       used as default. With this the basic statistical measures are in accordance
       with the expectations (e.g., the standard deviation is returned by default in
       the conventional way and not calculated using an MC simulation).
    }
  }


    \item \code{calc_OSLLxTxRatio()}{
    \itemize{
       \item Add argument \code{use_previousBG} to use the background of the Lx-curve to
       get the net signal of the Tx-curve (request #15).
    }
  }

      \item \code{fit_CWCurve()}{
    \itemize{
       \item Change order of \code{RLum.Results} output list elements,
       \item rename first element to \code{data},
       \item add element slot 'info'.
    }
  }

   \item \code{fit_LWCurve()}{
    \itemize{
       \item Change order of \code{RLum.Results} output list elements,
       \item rename first element to \code{data},
       \item add element slot 'info'.
    }
  }

  \item \code{model_LuminescenceSignals()}{
    \itemize{
       \item Update function arguments to account for changes in RLumModel version 0.2.0.
      }
    }


    \item \code{plot_DetPlot()}{
      \itemize{
        \item Correct negative y-axis, the minimum is now the real minimum.
      }

    }

      \item \code{plot_GrowthCurve()}{
        \itemize{
           \item Reduce number of confusing warning,
           \item add new argument \code{mode} to select the calculation mode of the function.
           This allows in particular to only fit data without calculating a De or calculating
           a De assuming an additive dose response curve,
           \item account for the very specifc case that all dose points are similar. The function
           stops with an error and returns NULL,
           \item under weird circumstances points on the growth curve were not plotted correctly; fixed.

        }

      }

    \item \code{plot_RadialPlot()}{
        \itemize{
           \item Sometimes the function crashed with an out of bonds error if more than one data set
           was provided; fixed,
           \item argument \code{negatives} caused an error if not set to \code{'remove'} and fix
           some errors around this option,
           \item De-adjustment for negative values optimised for large scatter.

        }

      }

    \item \code{plot_RLum.Analysis()}{
        \itemize{
           \item The usage of the argument \code{smooth} led to a crash; fixed.

        }

    }

   \item \code{plot_RLum.Data.Curve()}{
        \itemize{
           \item Function will not stop anymore if the curve contains \code{NA} values, but if
           the curve consists of only \code{NA} values.

        }

    }

     \item \code{plot_RLum.Data.Spectrum()}{
        \itemize{
           \item The interactive plot option was broken with the last update of the
           package 'plotly'; fixed.

        }

    }

      \item \code{plot_ViolinPlot()}{
        \itemize{
           \item The function erroneously produced a NA value warning; fixed.

        }

    }


    \item \code{read_BIN2R()}{
        \itemize{

        \item If BIN-files are automatically imported the function skipped non BIN-files
        without crashing if it is used in combination with the argument \code{pattern},
        \item add new argument \code{irgnore.RECTYPE} to provide a solution for broken BIN-files
        are BIN-files with non documented entries. Furthermore the general behaviour for such
        cases had been optimised.
      }
     }

     \item \code{read_Daybreak2R()}{
        \itemize{

        \item Add support for DAT-files produced by at 1100 reader using the software (TLAPLLIC v.3.2).
        Thanks to Antoine Zink,
        \item minor error corrections and adding example code.

      }
     }


    \item \code{template_DRAC()}{
        \itemize{

        \item Fixed a typo in the column names (#28).

      }

     }


   \item \code{use_DRAC()}{
    \itemize{
       \item Now supports DRAC v1.2 and the newly introduced CSV input template.
       Older v1.1 excel sheet input templates are still supported, but users
       are highly encouraged to use the new CSV file.

       \item Columns in the output tables are now assigned proper classes (#27).
    }
  }

    }
  }

}

  \subsection{Internals}{

   \itemize{
      \item The internal function converting BIN-file curves to RLum.Data.Curve() objects had been
      optimised and, amongst others, now uses a function written using Rcpp to create the curve matrix.
      The conversion now works ca. two times faster,

      \item add \code{`[<-]`} method for \code{RLum.Data.Curve} objects,

      \item a hint on how to cite a function is now added automatically to every major function manual page,

      \item add 'magrittr' to the package dependencies (imports) to further support the usage of this amazing
      pipe operator,

      \item thanks to Johannes Friedrich this release introduces regular unit tests using
      the package 'testthat' to improve the code quality and stability,

      \item add internal helper function \code{.smoothing}; no Rd entry.

    }

  }

}