|
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 |
2 | 26 |
|
3 | 27 | * return a `tibble` instead of a `data.frame`
|
4 | 28 | * clean up code base
|
5 | 29 | * don't use `cowplot` ggplot theme by default
|
6 | 30 | * optimize wording in vignette
|
7 | 31 |
|
8 |
| -# oddsratio 1.0.3 (June 19 2018) |
| 32 | +# oddsratio 1.0.3 |
9 | 33 |
|
10 | 34 | * update functions to work with ggplot2 v3.0.0
|
11 | 35 |
|
12 |
| -# oddsratio 1.0.2 (December 08 2017) |
| 36 | +# oddsratio 1.0.2 |
13 | 37 |
|
14 | 38 | ## Minor
|
15 | 39 | * Add CITATION file
|
16 | 40 |
|
17 |
| -# oddsratio 1.0.0 (June 12 2017) |
| 41 | +# oddsratio 1.0.0 |
18 | 42 |
|
19 | 43 | ## Major
|
20 | 44 | * rename functions (snake_case)
|
21 | 45 |
|
22 |
| -# oddsratio 0.3.1 (Nov 9 2016) |
| 46 | +# oddsratio 0.3.1 |
23 | 47 |
|
24 | 48 | * update functions to work with ggplot2 v2.2.0
|
25 | 49 | * add data and enable lazy loading in examples
|
26 | 50 |
|
27 |
| -# oddsratio 0.3.0 (Oct 27 2016) |
| 51 | +# oddsratio 0.3.0 |
28 | 52 |
|
29 | 53 | #### New functions
|
30 | 54 | * `plot_smooth.gam()`: Lets you plot smoothing functions of GAM(M)s using `ggplot2`.
|
|
35 | 59 | * For GLM models CI level can be specified manually.
|
36 | 60 | * Print 'CI' warning if model is of type `glmmPQL`
|
37 | 61 |
|
38 |
| -# oddsratio 0.2.0 (Oct 12 2016) |
| 62 | +# oddsratio 0.2.0 |
39 | 63 |
|
40 | 64 | * Remove param `quietly`
|
41 | 65 | * return data.frame in any case
|
42 | 66 | * update DESCRIPTION
|
43 | 67 |
|
44 |
| -# oddsratio 0.1.0 (Oct 11 2016) |
| 68 | +# oddsratio 0.1.0 |
45 | 69 |
|
46 | 70 | * Initial release attempt to CRAN
|
0 commit comments