I encountered a problem when I correct the batch effect with the runBBKNN method. Here is the code I used:
sce <- scaterlogNormCounts(inSCE = sce, useAssay = 'counts', assayName = 'logcounts')
sce <- runBBKNN(inSCE = sce, batch="orig.ident")
And here is what I got:

However, I'm pretty sure bbknn was installed, but R failed to recognize it. When installing singlecellTK, I followed the guide, and ran the followling command, but bbknn was still not recognized by R.

Also, the shiny app does not seem to be working at this moment.
Any help will be greatly appreciated! Thank you!
Best,
Bella