Skip to content

Commit

Permalink
Add stats imports to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Mar 9, 2019
1 parent dfbb396 commit b774adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,16 @@ importFrom(crayon,inverse)
importFrom(crayon,italic)
importFrom(crayon,red)
importFrom(crayon,underline)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,df.residual)
importFrom(stats,ecdf)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,median)
Expand Down
1 change: 1 addition & 0 deletions R/simple_margins.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#'
#'
#' @importFrom stats coef coefficients lm predict sd update getCall vcov relevel
#' @importFrom stats family aggregate formula
#' @import jtools
#' @export
#'
Expand Down

0 comments on commit b774adb

Please sign in to comment.