Skip to content

Changes in version 0.20.2 (2016-05-06)

Choose a tag to compare

@tgouhier tgouhier released this 07 May 14:06

fixed

  • Fixed check.datum; hopefully for the last time.
  • Faster wt bases and row quantile (Rcpp implementations):
    • The param parameter for all rcpp_wt_bases_* must be within interval (0..10).
    • The rcpp_row_quantile function requires a matrix as a parameter (use as.matrix() for vectors).