Mar 2021 CRAN update
·
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.