Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed May 24, 2020
1 parent 590928f commit 050953c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: oddsratio
Title: Odds Ratio Calculation for GAM(M)s & GLM(M)s
Version: 2.0.0
Version: 2.0.1
Authors@R:
person(given = "Patrick",
family = "Schratz",
Expand Down
40 changes: 32 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,54 @@
# oddsratio 2.0.0 (June 13 2019)
# oddsratio 2.0.1

## 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

* 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 (June 19 2018)
# oddsratio 1.0.3

* update functions to work with ggplot2 v3.0.0

# oddsratio 1.0.2 (December 08 2017)
# oddsratio 1.0.2

## Minor
* Add CITATION file

# oddsratio 1.0.0 (June 12 2017)
# oddsratio 1.0.0

## Major
* rename functions (snake_case)

# oddsratio 0.3.1 (Nov 9 2016)
# oddsratio 0.3.1

* update functions to work with ggplot2 v2.2.0
* add data and enable lazy loading in examples

# oddsratio 0.3.0 (Oct 27 2016)
# oddsratio 0.3.0

#### New functions
* `plot_smooth.gam()`: Lets you plot smoothing functions of GAM(M)s using `ggplot2`.
Expand All @@ -35,12 +59,12 @@
* For GLM models CI level can be specified manually.
* Print 'CI' warning if model is of type `glmmPQL`

# oddsratio 0.2.0 (Oct 12 2016)
# oddsratio 0.2.0

* Remove param `quietly`
* return data.frame in any case
* update DESCRIPTION

# oddsratio 0.1.0 (Oct 11 2016)
# oddsratio 0.1.0

* Initial release attempt to CRAN

0 comments on commit 050953c

Please sign in to comment.