alysonvanraalte / LifeIneq

An R-package to calculate measures of lifespan variation from a life table
7 stars 6 forks source link

package upkeep and refactoring #1

Closed timriffe closed 4 years ago

timriffe commented 4 years ago

These commits take care of 1) \insertRef usage for citations 2) @inheritParams, @inherit details, seealso to simplify documentation 3) ineq_Cp() has been refactored for speed, worth checking out the logic of it 4) package version has a minor increment

When we meet Feb 28 I guess we can do 'nice' things, like set up unit testing + remote testing, or write a wrapper for all measures, get some badge swag for the repo, etc. This package is now usable as-is I think.

timriffe commented 4 years ago

OK, we now have a skeleton wrapper called ineq(), it just needs more thorough documentation. Some things to check off moving forward:

timriffe commented 4 years ago

these latest commits do various things: quantile vectorized, MAD added, ineq() options increased, more ineq checks happening