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

Vectorize arguments to row_spec to allow control of individual cell elements. #774

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2023

  1. Enable specification of individual column attributes in row_spec by…

    … providing a vector of values.
    warnes committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cc81ad0 View commit details
    Browse the repository at this point in the history
  2. Update row_spec man page.

    warnes committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a1b2920 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. * Add fixed_params argument to spec_barplot to allow user to cont…

    …rol whether vector arguments are `map`ped to rows, or held fixed for all rows.
    
    * Add examples to `spec_barplot`.
    * Correct documentation for some `spec_barplot` parameters.
    warnes committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3886bc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Don't add zero-height bar.

    warnes committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d91f0a8 View commit details
    Browse the repository at this point in the history
  2. Merge upstream changes.

    Merge branch 'master' of github.com:haozhu233/kableExtra into haozhu233-master
    
    # Conflicts:
    #	R/mini_plots.R
    #	R/row_spec.R
    #	man/row_spec.Rd
    #	man/spec_barplot.Rd
    warnes committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    64b838b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281fcb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d33cb1c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    e8a5475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182d4f4 View commit details
    Browse the repository at this point in the history
  3. - Add myself (Greg Warnes) to contributors

    - Regenerate man pages.
    warnes committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c8f65d8 View commit details
    Browse the repository at this point in the history