Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count figures properly in a chunk when include_graphics is used #1776

Merged
merged 8 commits into from
Jan 14, 2020

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    2112e10 View commit details
    Browse the repository at this point in the history
  2. if set, do not erase

    cderv committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    02206d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b83403 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. count the number of plots correctly when some of them are from includ…

    …e_graphics(), in which case we need to count length(x) instead of treating one include_graphics() call as one plot
    yihui committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4317601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b446a View commit details
    Browse the repository at this point in the history
  3. missed )

    yihui committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    681abe7 View commit details
    Browse the repository at this point in the history
  4. add news for yihui#1776

    yihui committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    604677a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f0c5a3 View commit details
    Browse the repository at this point in the history