If using nblast inside another function when importing but not attaching nat.nblast
from elmr package.
get(smat)
2 nat.nblast::nblast(xdp, db, normalised = normalised, .parallel = .parallel,
...) at nblast_fafb.R#64
1 nblast_fafb(27884, mirror = FALSE)
workaround is to attach. Fix will involve something to do with scope of get statement (being pointed to objects in package)