Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
samorso committed Apr 4, 2022
1 parent 67434c3 commit ef68169
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 @@ -87,5 +87,6 @@ importFrom(stats,simulate)
importFrom(stats,summary.glm)
importFrom(stats,summary.lm)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stats,weights)
importFrom(utils,getFromNamespace)
2 changes: 1 addition & 1 deletion R/ib.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#' @references
#' \insertAllCited{}
#' @importFrom Rdpack reprompt
#' @importFrom stats coef model.matrix getCall predict model.frame is.empty.model model.offset
#' @importFrom stats coef model.matrix getCall predict model.frame is.empty.model model.offset var
#' @author Samuel Orso
#' @export
setGeneric("ib",
Expand Down

0 comments on commit ef68169

Please sign in to comment.