Skip to content

Releases: pat-s/oddsratio

oddsratio 2.0.1

25 May 08:53
Compare
Choose a tag to compare

Package infrastructure

  • Move to GitHub Actions
  • Add lintr
  • Add codemeta
  • Add precommit framework
  • Use stock pkgdown theme

R package

  • Optimize wording and documentation
  • Update broken links
  • Remove dependencies:
    • tibble
    • stringr
    • gtable
    • gam
    • cowplot
    • scales
  • Account for partial matching of predictor variables (#34)

oddsratio 2.0.0

14 Jun 18:23
2a252b9
Compare
Choose a tag to compare
  • return a tibble instead of a data.frame
  • clean up code base
  • don't use cowplot ggplot theme by default
  • optimize wording in vignette

oddsratio 1.0.3

12 Aug 19:06
Compare
Choose a tag to compare

update functions to work with ggplot2 v3.0.0

oddsratio 1.0.2

07 Dec 10:29
Compare
Choose a tag to compare

Minor

  • Add CITATION file

oddsratio 1.0.1

07 Dec 10:24
Compare
Choose a tag to compare

Fake release for Zenodo

oddsratio 1.0.0

13 Jun 10:07
Compare
Choose a tag to compare

Major

  • rename functions (snake_case)

oddsratio 0.3.0

28 Oct 07:01
Compare
Choose a tag to compare

New functions

  • plot_smooth.gam(): Lets you plot smoothing functions of GAM(M)s using ggplot2.
  • add.oddsratio.into.plot(): Add odds ratios into plot of GAM(M) smoothing function.

Function updates

  • calc.oddsratio.glm, calc.oddsratio.gam: Add odds ratio confident interval calculation
  • For GLM models CI level can be specified manually.
  • Print 'CI' warning if model is of type glmmPQL

oddsratio 0.2

11 Oct 14:01
Compare
Choose a tag to compare

See NEWS for change log

oddsratio 0.1

10 Oct 21:00
Compare
Choose a tag to compare

First CRAN release attempt

oddsratio 0.3.1

14 Nov 16:57
Compare
Choose a tag to compare
  • update functions to work with ggplot2 v2.2
  • add data and enable lazy loading in examples