-
Notifications
You must be signed in to change notification settings - Fork 218
Incorporate cols_width() in RTF output
#696
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* master: do html_preserve hack for caption only when html_preserve is active
jcheng5
reviewed
Dec 2, 2020
jcheng5
reviewed
Dec 2, 2020
jcheng5
reviewed
Dec 2, 2020
jcheng5
reviewed
Dec 2, 2020
jcheng5
reviewed
Dec 2, 2020
jcheng5
reviewed
Dec 2, 2020
* master: (30 commits) Update R-CMD-check.yaml Update R-CMD-check.yaml Update R-CMD-check.yaml Update manual tests (#727) Remove irrelevant tests Update README Update license year info Update testthat tests Update _pkgdown.yml Update `cols_unhide()` to new tidyselect API Update test-table_parts.R Update PNG images for examples Update cols_unhide.Rd Update doc examples for `cols_unhide()` Update documentation with roxygen Add to NAMESPACE Add `dt_boxhead_set_not_hidden()` util fcn Modify internal documentation Add the `cols_unhide()` function Update intro-creating-gt-tables.Rmd ...
jcheng5
reviewed
Apr 5, 2021
* master: Add row group `id` as an argument to `tab_row_group()` (#699)
jcheng5
reviewed
Apr 23, 2021
jcheng5
reviewed
Apr 23, 2021
jcheng5
reviewed
Apr 23, 2021
* master: (92 commits) Update html-15-styles_everywhere.Rmd Update html-15-styles_everywhere.R Update latex-06-mtcars.Rmd Update html-06-mtcars.Rmd Update html-06-mtcars.R Modify `colname_to_colnum()` fn Refactor collection of styles for the footer Better handle adding of styles/footnotes in summaries Update two testthat tests Use `stop()` instead of `warning()` Update documentation Remove warnings when using summary stub locs Add several testthat tests Add figure images for new functions Update man_extract_summary_1.png Add empty stub when creating summaries Update vignettes/articles (#735) Provide fix for RTF generation in R 3.5 (#736) Improve documentation for location helper fns Refactor location helper fns ...
jcheng5
reviewed
Apr 28, 2021
jcheng5
previously approved these changes
May 3, 2021
jcheng5
approved these changes
May 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes it possible to specify column widths for RTF output tables in the same way as HTML tables. A number of test cases have been added and rendered (in
/tests/gt-examples/). Also, thetable.widthoption specified intab_options()has an effect with these changes.Fixes: #658
Fixes: #748