We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New vignette added in (to be) 1.14.99 uses options(max.print = ...). As a side effect, all vignettes, that are being rendered after that one, are inheriting this options, and it gets messy. See https://jangorecki.github.io/armarkdown/rmarkdown/datatable-reference-semantics.html
options(max.print = ...)
The text was updated successfully, but these errors were encountered:
do not use options max.print in vignettes, closes #5783
96837ec
is this documented behavior (options() persisting across rendering all vignettes)?
options()
(approach in #5784 is preferable anyway, but maybe this is an R bug)
Sorry, something went wrong.
no idea, I am not digging that deep :D
followup vignettes updated after change to markdown vignette engine (#…
c3ad47d
…5784) * do not use options max.print in vignettes, closes #5783 * follow up of markdown vign enginge #5773 * amend feedback from Michael
jangorecki
Successfully merging a pull request may close this issue.
New vignette added in (to be) 1.14.99 uses
options(max.print = ...)
. As a side effect, all vignettes, that are being rendered after that one, are inheriting this options, and it gets messy. See https://jangorecki.github.io/armarkdown/rmarkdown/datatable-reference-semantics.htmlThe text was updated successfully, but these errors were encountered: