You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently bindCache() doesn't consider getCurrentOutputInfo() when computing cache keys, but it probably should (especially considering that thematic implicitly calls it at plot time). For a minimal example of the suprising behavior it can lead to, run this app once to warm the cache), then change fg = "white" to fg = "red" notice how the fg of the plot remains unchanged (it should be red not white)
(Continuation of #3198 (comment))
Currently
bindCache()
doesn't considergetCurrentOutputInfo()
when computing cache keys, but it probably should (especially considering that thematic implicitly calls it at plot time). For a minimal example of the suprising behavior it can lead to, run this app once to warm the cache), then changefg = "white"
tofg = "red"
notice how thefg
of the plot remains unchanged (it should be red not white)The text was updated successfully, but these errors were encountered: