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

Add the fmt_fraction() formatter function #753

Merged
merged 70 commits into from Feb 8, 2022
Merged

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    a4e1d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cabd3b9 View commit details
    Browse the repository at this point in the history
  3. Create X06-fractions.R

    rich-iannone committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b7375ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2637e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac8ed0f View commit details
    Browse the repository at this point in the history
  6. Update sysdata.rda

    rich-iannone committed May 3, 2021
    Configuration menu
    Copy the full SHA
    dab600d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    7b14011 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fmt-fraction

    * master: (40 commits)
      Update cols_width_rtf.md
      Add print method for `rtf_text`; update tests
      Use `stats::na.omit()` instead of `na.omit()`
      Refactor stmt that obtains `group_id`
      Add snapshot tests for summary rows in RTF
      Correct the handling of `summary_df`
      Add manual test cases for RTF table summaries
      Make correction to object name
      Update comment
      Ensure that all cases of using summaries works for RTF
      Place the internally generated stub column at end of series
      Make changes based on code review
      Add snapshot tests for `cols_width()`/RTF
      Include more tests for `cols_width()`
      Ensure that tables with stubs work with `cols_width()`
      Update manual tests to current API
      Add new tests for `tab_row_group()`
      Add docs for `group` arg in `tab_row_group()`
      Add `group` arg to `tab_row_group()`
      Fix bad paren
      ...
    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d9f91bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e0eac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f7feb6 View commit details
    Browse the repository at this point in the history
  5. Update X06-fractions.R

    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ea841b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d841c8d View commit details
    Browse the repository at this point in the history
  7. Update sysdata.rda

    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    017700c View commit details
    Browse the repository at this point in the history
  8. Refactor fmt_fraction()

    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    dd9c5df View commit details
    Browse the repository at this point in the history
  9. Update fmt_fraction.Rd

    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    7f96066 View commit details
    Browse the repository at this point in the history
  10. Update format_data.R

    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    7db71fd View commit details
    Browse the repository at this point in the history
  11. Refactor fmt_fraction()

    rich-iannone committed May 4, 2021
    Configuration menu
    Copy the full SHA
    835c66e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d4f876b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    e82f321 View commit details
    Browse the repository at this point in the history
  2. Update fmt_fraction.Rd

    rich-iannone committed May 5, 2021
    Configuration menu
    Copy the full SHA
    cf016ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b40e6 View commit details
    Browse the repository at this point in the history
  4. Update _pkgdown.yml

    rich-iannone committed May 5, 2021
    Configuration menu
    Copy the full SHA
    413c8bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45cdf54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e007402 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efcc0c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0aa613 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Merge branch 'master' into fmt-fraction

    * master: (24 commits)
      Fix for possible column name duplication when generating summary rows (#792)
      Change the `data` arg to `.data` to avoid partial matching issues (#772)
      Add the `force_sign` arg to several numeric formatters (#793)
      Add the `fmt_engineering()` and `fmt_integer()` formatter functions (#758)
      HTML summary row styling fix (#782)
      Refactor and improve rendering of title/subtitle components in HTML/LaTeX tables (#779)
      LaTeX bugfix for summary rows, and, implementation of grand summary rows (#768)
      Reinstate once failing test
      Include stub var in resolution of visible vars
      Use `seq_len()` instead of `seq()`
      Fix typo in README (#765)
      Increment version number (#762)
      Increase version number
      Documentation fixes (#759)
      Add missing topics to _pkgdown.yml
      Add `accounting` options for `fmt_percent()` and `fmt_number()` (#756)
      Simplify arguments for RTF page numbering
      Add the `fmt_bytes()` formatter function (#750)
      Simplify page numbering text
      Add testthat snapshot tests for RTF page numbering
      ...
    rich-iannone committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ccffd31 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Merge branch 'master' into fmt-fraction

    * master:
      Add padding options for heading and column labels (#795)
    rich-iannone committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    49b3604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e56b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    e75a00f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Merge branch 'master' into fmt-fraction

    * master:
      Add ability to set global locale in `gt()` (#866)
      Bug fixes and enhancements to date/time formatters (#801)
      Fixes to footer (footnotes and source notes) across all output formats (#864)
      Row group labels as a column in stub (#855)
      Use reusable GHA workflows (#847)
      Increment version number
      v0.3.1 Release Candidate (#821)
    rich-iannone committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    083cbb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5690c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e75ebf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43dbb11 View commit details
    Browse the repository at this point in the history
  5. Revise reading of CSV

    rich-iannone committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8a92301 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    384de29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da8a75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43935b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64543c9 View commit details
    Browse the repository at this point in the history
  10. Update sysdata.rda

    rich-iannone committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    faabc9e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e143a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d9aa6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    380b4cb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge branch 'master' into fmt-fraction

    * master:
      Change HTML percent sign to literal `%` (#871)
      Update gt_workflow_diagram.svg
      Update gt_parts_of_a_table.svg
      Update README.md
      Add dedicated ISSUE TEMPLATEs
      Update README.md
      Delete README.Rmd
      Update intro-creating-gt-tables.Rmd
      Update LICENSE
      Make corrections to docs (`columns`/`rows`)
      Update _pkgdown.yml
    rich-iannone committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6a8a516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a785d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8f4539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f504b1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec1f26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    940dfcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a3c19d View commit details
    Browse the repository at this point in the history
  8. Add snapshot testing

    rich-iannone committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e88af40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc18fe1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1551ee5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30cb581 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into fmt-fraction

    * master:
      Improve color handling and add tests (#870)
    rich-iannone committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e7465a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    845a0a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    63b5caa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge branch 'master' into fmt-fraction

    * master:
      Create PULL_REQUEST_TEMPLATE.md
      Ensure that SVG has a white background set
    rich-iannone committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    19537b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    06e5f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9492439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6dad8 View commit details
    Browse the repository at this point in the history
  4. Update testthat tests

    rich-iannone committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    d719a9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce6ca55 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    c4063c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301e948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b21846c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    686d06f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    202c391 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    2128963 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Code review

    jcheng5 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    8c6bd85 View commit details
    Browse the repository at this point in the history