[Dplr-commits] 1.4.4 sent to CRAN

Mikko Korpela mvkorpel at pc97.ics.hut.fi
Mon Jul 4 13:58:04 CEST 2011


I just sent dplR 1.4.4 to CRAN, which makes version 1.4.3 rather
short-lived (released only two days ago).

Changes include:
* some bugfixes (i.detrend.series, write.tridas)
* small optimizations to some computations
  + order of operations was changed so that the operands are scalars
    rather than vectors where possible (hanning.R)
  + log2(x) instead of log(x) / log(2)
  + etc.
* glk() is much, much faster. The Examples in glk.Rd were disabled with
  \dontrun in dplR 1.4.3 because of a remark from CRAN administrators
  that checking dplR takes a long time. Now the Examples in glk.Rd are
  run again.
* number of complaints by codetools::checkUsagePackage() was reduced
 
- Mikko


More information about the Dplr-commits mailing list