finetune
finetune copied to clipboard
Condition test on `kknn`
The test-race-s3.R test sets kknn as the engine without checking for kknn availability (it is a Suggests dependency). This PR conditions the test on kknn being installed.
Error was originally encountered when running testthat tests during Conda Forge package building, which does not default to installing Suggests packages in test phase.
Approved running Actions. Thanks!
On a more general note, the package should probably run CI without Suggests.