kknn
kknn copied to clipboard
New CRAN release?
Are you planning to update the kknn
version on CRAN, or is the GitHub version in some way the official release?
Currently the invocation
replicate(100, kknn::kknn(speed ~ dist, cars[1:3, ], cars[1:3, ], k = 7)$fitted.values)
segfaults on the CRAN version, whereas this is fixed here on GitHub; it would be nice to have a version on CRAN that stop()
s instead of segfaults here...