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

[pull] master from daroczig:master #33

Merged
merged 14 commits into from
Aug 6, 2024
Merged

Commits on Aug 1, 2024

  1. Make tests more self-contained

    By introduing a new local_test_logger() function that temporarily changes the default logger.
    hadley committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7d9a9b7 View commit details
    Browse the repository at this point in the history
  2. Revert accidental change

    hadley committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    abcae89 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Add withr dep

    hadley committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4dc8422 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    69f8285 View commit details
    Browse the repository at this point in the history
  2. Fix accidental WS

    hadley committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6f3a8d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge pull request #168 from hadley/test-helpers

    Make tests more self-contained
    daroczig authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8d83a35 View commit details
    Browse the repository at this point in the history
  2. add img for pkgdown

    daroczig committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a21dc18 View commit details
    Browse the repository at this point in the history
  3. Polish color docs

    * Eliminate demo in favour of a runnable example (since pkgdown captures the colours)
    * Document `colorize_` and `grayscale_` together
    * Use `appender_stdout()` inside of pkgdown so that the logs are shown in the examples
    hadley committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    59d7388 View commit details
    Browse the repository at this point in the history
  4. Require R 4.0.0 or later

    Please let me know if you think this is too aggressive a move for logger, but we're seeing very little usage of R 3.6.0 these days.
    hadley committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    52d1c98 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #176 from hadley/color-docs

    Polish color docs
    daroczig authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d1cd0fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2ebdb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a37b72 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Redocument

    hadley committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cf1aba5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from hadley/R-4.0.0

    Require R 4.0.0 or later
    daroczig authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f8b4aa0 View commit details
    Browse the repository at this point in the history