Skip to content

Commit

Permalink
Code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 11, 2024
1 parent 5e5c219 commit 6a354b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ gammapInva <- function(x, p) {
transform=transform, inverse=inverse)
vapply(1:nrow(.df),
function(i) {
.powerD(.df$x[i], .df$lambda[i], .df$low[i], .df$high[i],
.df$transform[i], .df$inverse[i])
.rxTransform(.df$x[i], .df$lambda[i], .df$low[i], .df$high[i],
.df$transform[i], .df$inverse[i])
}, numeric(1), USE.NAMES = FALSE)
} else {
checkmate::assertNumeric(x, any.missing = FALSE)
Expand Down

0 comments on commit 6a354b0

Please sign in to comment.