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

Implement rowmean_n() #445

Merged
merged 13 commits into from
Aug 10, 2023
Merged

Implement rowmean_n() #445

merged 13 commits into from
Aug 10, 2023

Commits on Aug 9, 2023

  1. draft mean_n()

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    75caf41 View commit details
    Browse the repository at this point in the history
  2. desc, news

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1a2aeea View commit details
    Browse the repository at this point in the history
  3. pkgdown

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8aa9837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee0096 View commit details
    Browse the repository at this point in the history
  5. apply more performant

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fd6c16c View commit details
    Browse the repository at this point in the history
  6. finalize, add tests

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    89e834b View commit details
    Browse the repository at this point in the history
  7. no rounding by default

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0b8951a View commit details
    Browse the repository at this point in the history
  8. mean_n -> rowmean_n

    strengejacke committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1fa0466 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. address comments

    strengejacke committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    84abd41 View commit details
    Browse the repository at this point in the history
  2. fix test

    strengejacke committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4d76dc5 View commit details
    Browse the repository at this point in the history
  3. fix

    strengejacke committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b744b6a View commit details
    Browse the repository at this point in the history
  4. use rowMeans()

    etiennebacher committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bd6d3d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a98559 View commit details
    Browse the repository at this point in the history