finetune icon indicating copy to clipboard operation
finetune copied to clipboard

Condition test on `kknn`

Open mfansler opened this issue 1 year ago • 1 comments

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.

mfansler avatar Mar 25 '24 15:03 mfansler

Approved running Actions. Thanks!

On a more general note, the package should probably run CI without Suggests.

simonpcouch avatar Mar 25 '24 15:03 simonpcouch