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 #32

Merged
merged 19 commits into from
Aug 5, 2024
Merged

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

  1. Polish the README

    * Convert to .Rmd so we can show live logger output
    * Minimise the coloured output since the main goal is to show that it exists
    * Update related work section since most of the GitHub packages haven't been update in ~7 years and I think you can be more explicit about the benefits of logger
    * Fix a few typos and generally proofread the text.
    * Hide the links to the pkgdown site on the pkgdown site :)
    hadley committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f767d9c View commit details
    Browse the repository at this point in the history
  2. Testing improvements

    * Switch to testthat 3
    * Turn on parallel testing
    * Suppress partial match warning in a test. This adds an explict dependency on withr, but you already had that implicitly via testthat and other packages.
    * Work around (what I'm guessing is) a different in Rscript results on Mac OS.
    hadley committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e0f4616 View commit details
    Browse the repository at this point in the history
  3. Use https url

    hadley committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2ee9fe1 View commit details
    Browse the repository at this point in the history
  4. Add a basic reference index

    Please feel to correct any of my descriptions since I'm still getting my head around how logger works (all these PRs are part of my process for learning a new package 😀)
    hadley committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3b6cbad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f46bcf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    6452ee6 View commit details
    Browse the repository at this point in the history
  2. Test style tweaks

    * Don't attach packages at the start of each test file
    * Don't use `:::` to test internal functions
    hadley committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0b97109 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 4, 2024

  1. Merge pull request #161 from hadley/roxygen2md

    Use markdown in roxygen2 comments
    daroczig authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    1011ac8 View commit details
    Browse the repository at this point in the history
  2. typo

    daroczig committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    854ba9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #162 from hadley/website-tweaks

    Polish the README
    daroczig authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8a793a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35e5682 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #163 from hadley/test-polishing

    Testing improvements
    daroczig authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a0efcd3 View commit details
    Browse the repository at this point in the history
  6. drop extra spaces

    daroczig committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    69a6cfb View commit details
    Browse the repository at this point in the history
  7. split helpers

    daroczig committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c5a621d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #165 from hadley/reference-index

    Add a basic reference index
    daroczig authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fb5f952 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #167 from hadley/dev-version

    `use_dev_version()`
    daroczig authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    df9d3a0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #169 from hadley/test-style-tweaks

    Test style tweaks
    daroczig authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fa5ac9e View commit details
    Browse the repository at this point in the history