Skip to content

Commit

Permalink
Merge pull request #106 from twolodzko/master
Browse files Browse the repository at this point in the history
Update helpers.R -> pinvgamma used directly
  • Loading branch information
goldingn authored Sep 26, 2017
2 parents aa7739c + 7e7b702 commit 419e103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ mock_mcmc <- function (n_samples = 1010) {

dinvgamma <- extraDistr::dinvgamma
qinvgamma <- extraDistr::qinvgamma
pinvgamma <- function (q, alpha, beta)
ifelse(q < 0, 0, extraDistr::pinvgamma(q, alpha, beta))
pinvgamma <- extraDistr::pinvgamma

dlaplace <- extraDistr::dlaplace
plaplace <- extraDistr::plaplace
Expand Down

0 comments on commit 419e103

Please sign in to comment.