Closed richierocks closed 6 years ago
@richierocks This could be because of a bug related to blacklisting. I want to spare you the details. I'm currently working on a PR that should simplify a lot of the logic, and maybe this automagically fixes it. I'll keep you posted.
@richierocks We found the issue and will fix this soon! This is a pretty big bad bug!
Checking the arguments of a function inside another function is really useful for ggplots. I've come across a case that I think should work, but throws an error.
To reproduce
Here, I'm trying to check that
geom_line()
is called with itmapping
argument callingaes()
, which in turn has thegroup
argument set toChick
.It isn't clear to me why this fails.
Nesting these function can work; here's the same plot, but checking the ggplot part, and it works as expected.
Is this a testwhat bug or a problem with my SCT?