Mar 2021 CRAN update
MichelleKendall
released this
28 Mar 19:22
·
6 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.