Skip to content

Commit 050953c

Browse files
committed
Bump version to 2.0.1
1 parent 590928f commit 050953c

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: oddsratio
22
Title: Odds Ratio Calculation for GAM(M)s & GLM(M)s
3-
Version: 2.0.0
3+
Version: 2.0.1
44
Authors@R:
55
person(given = "Patrick",
66
family = "Schratz",

NEWS.md

+32-8
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,54 @@
1-
# oddsratio 2.0.0 (June 13 2019)
1+
# oddsratio 2.0.1
2+
3+
## Package infrastructure
4+
5+
- Move to GitHub Actions
6+
- Add lintr
7+
- Add codemeta
8+
- Add precommit framework
9+
- Use stock pkgdown theme
10+
11+
## R package
12+
13+
- Optimize wording and documentation
14+
- Update broken links
15+
- Remove dependencies:
16+
- tibble
17+
- stringr
18+
- gtable
19+
- gam
20+
- cowplot
21+
- scales
22+
- Account for partial matching of predictor variables (#34)
23+
24+
25+
# oddsratio 2.0.0
226

327
* return a `tibble` instead of a `data.frame`
428
* clean up code base
529
* don't use `cowplot` ggplot theme by default
630
* optimize wording in vignette
731

8-
# oddsratio 1.0.3 (June 19 2018)
32+
# oddsratio 1.0.3
933

1034
* update functions to work with ggplot2 v3.0.0
1135

12-
# oddsratio 1.0.2 (December 08 2017)
36+
# oddsratio 1.0.2
1337

1438
## Minor
1539
* Add CITATION file
1640

17-
# oddsratio 1.0.0 (June 12 2017)
41+
# oddsratio 1.0.0
1842

1943
## Major
2044
* rename functions (snake_case)
2145

22-
# oddsratio 0.3.1 (Nov 9 2016)
46+
# oddsratio 0.3.1
2347

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

27-
# oddsratio 0.3.0 (Oct 27 2016)
51+
# oddsratio 0.3.0
2852

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

38-
# oddsratio 0.2.0 (Oct 12 2016)
62+
# oddsratio 0.2.0
3963

4064
* Remove param `quietly`
4165
* return data.frame in any case
4266
* update DESCRIPTION
4367

44-
# oddsratio 0.1.0 (Oct 11 2016)
68+
# oddsratio 0.1.0
4569

4670
* Initial release attempt to CRAN

0 commit comments

Comments
 (0)