What happened?
Running the dependency query on code like
x <- c("a", "b", "c")
library(foo)
lapply(x, library, Character.Only = TRUE)
will currently resolve the libraries foo and unknown instead of a,b,c,foo
What version of R do you have installed?
No response
What version of flowR did you use?
v2.2.15 (Jun 2, 2025)
Related input code
x <- c("a", "b", "c")
library(foo)
lapply(x, library, Character.Only = TRUE)
Relevant log output
Meta Information