1
0
Fork
You've already forked grinch
0
No description
  • R 79.2%
  • Makefile 20.8%
2024年08月19日 11:06:21 -04:00
.github/workflows update workflow 2024年03月14日 06:43:58 -04:00
inst/tinytest Fix tests 2024年03月14日 06:42:25 -04:00
man Standardize to snake case 2024年03月14日 06:36:34 -04:00
R Standardize to snake case 2024年03月14日 06:36:34 -04:00
tests Switch to tinytest 2023年10月10日 15:33:46 -04:00
.gitignore initial commit 2023年09月13日 11:35:07 -04:00
.Rbuildignore Switch to tinytest 2023年10月10日 15:33:46 -04:00
DESCRIPTION Link to tinyverse 2024年08月19日 11:06:21 -04:00
LICENSE Address some check issues 2023年09月14日 09:24:49 -04:00
LICENSE.md Address some check issues 2023年09月14日 09:24:49 -04:00
load.R Switch to tinytest 2023年10月10日 15:33:46 -04:00
Makefile Switching to MaRP 2023年10月23日 05:16:40 -04:00
NAMESPACE Standardize to snake case 2024年03月14日 06:36:34 -04:00
README.md Link to tinyverse 2024年08月19日 11:06:21 -04:00

grinch

You're a mean one, Mr. Grinch

R-CMD-check

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