Skip to content

twosamples 2.0.1

Latest
Compare
Choose a tag to compare
@cdowd cdowd released this 23 Jun 21:56

This update contains two minor bugfixes.

  1. Some of the unit tests use random numbers, one of those unit tests looking at
    the function combine.twosamples failed to consider default (desired) behavior
    for some possible values of those random numbers, and would occasionally fail.
    This was a minor issue that would not negatively impact any users, except that
    it would occasionally cause a CRAN check to fail, which could cause trouble.
    This update aims to fix the test, leaving all actual functionality unchanged,
    so that there should not be further CRAN check failures from this issue.
  2. Removed "C++11" from "System Requirements" -- as per current CRAN guidelines.
    The presence of C++11 as a requirement caused a note for R-CMD-Check in R4.3.0 and up.
    Currently, the lack of such a requirement does not affect compilation on any tested systems.