Skip to content

Commit

Permalink
missed an import from Hmisc
Browse files Browse the repository at this point in the history
  • Loading branch information
bertcarnell committed Jul 31, 2024
1 parent 405ec6c commit a7dc378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export(tornado)
import(ggplot2)
import(survival)
importFrom(Hmisc,wtd.quantile)
importFrom(Hmisc,wtd.var)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grid,gpar)
Expand Down
2 changes: 1 addition & 1 deletion R/create_endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param wt model weights
#'
#' @importFrom stats quantile
#' @importFrom Hmisc wtd.quantile
#' @importFrom Hmisc wtd.quantile wtd.var
#'
#' @return a list of the endpoints and levels
#' @noRd
Expand Down

0 comments on commit a7dc378

Please sign in to comment.