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
Run the code once, the results are cached. When I change the code in the first chunk, say n <- 10 and rerun the code, the chunk2 is also rebuild. I expect that the chunk2 will not be rebuild since it should not depend on the n in the first chunk.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
A minimal example is as follows:
Run the code once, the results are cached. When I change the code in the first chunk, say
n <- 10
and rerun the code, the chunk2 is also rebuild. I expect that the chunk2 will not be rebuild since it should not depend on then
in the first chunk.Session information is:
I have posted the issue in stackoverflow.
The text was updated successfully, but these errors were encountered: