Skip to content

Mar 2021 CRAN update

Choose a tag to compare

@MichelleKendall MichelleKendall released this 28 Mar 19:22
· 7 commits to master since this release

We fixed a bug which was tripping up our automatic tests: if d is a distance matrix obtained from stats::as.dist() then its i'th element can no longer be accessed with d[[i]] and instead d[i] should be used.