Skip to content

Commit 71feded

Browse files
committedOct 14, 2019
News updates
1 parent 04fff90 commit 71feded

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# enrichwith 0.3
2+
3+
## New functionality
4+
* Added support for `wedderburn` family from the `gnm` R package.
5+
6+
## Other improvements, updates and additions
7+
* Improved documentation
8+
* Improved tests and added some new
9+
110
# enrichwith 0.2
211

312
## Bug fixes

‎tests/testthat/test-betareg.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ context("enrichment of betareg objects")
22

33

44
library("betareg")
5-
5+
library("numDeriv")
66

77
## Section 4 from Ferrari and Cribari-Neto (2004)
88
data("GasolineYield", package = "betareg")

0 commit comments

Comments
 (0)
Please sign in to comment.