It seems like when using a function inside a glue() call, this lintr doesn't recognise a function is being used.
An example
library(praise)
glue::glue(
"Hi Team,
{praise()}
All the best"
)
Which is flagged as
[unused_import_linter] Package 'praise' is attached but never used.