No description
- R 79.2%
- Makefile 20.8%
| .github/workflows | update workflow | |
| inst/tinytest | Fix tests | |
| man | Standardize to snake case | |
| R | Standardize to snake case | |
| tests | Switch to tinytest | |
| .gitignore | initial commit | |
| .Rbuildignore | Switch to tinytest | |
| DESCRIPTION | Link to tinyverse | |
| LICENSE | Address some check issues | |
| LICENSE.md | Address some check issues | |
| load.R | Switch to tinytest | |
| Makefile | Switching to MaRP | |
| NAMESPACE | Standardize to snake case | |
| README.md | Link to tinyverse | |
grinch
You're a mean one, Mr. Grinch
Overview
A tiny R package to implement multiple mean calculation functions. Currently supported:
- Arithmetic mean
- Geometric mean
- Harmonic mean
- Generalized (power) means, including quadratic mean
- Lehmer mean
- Quasi-arithmetic mean