Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMcCartan committed Sep 26, 2023
1 parent 33e4bfa commit a3d3143
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@ importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,nobs)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
Expand Down
3 changes: 2 additions & 1 deletion R/birdie-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#' @importFrom cli cli_inform cli_warn cli_abort
#' @importFrom Rcpp sourceCpp
#' @importFrom RcppParallel CxxFlags
#' @importFrom stats na.omit na.fail .lm.fit lm.wfit fitted simulate median sd cov dnorm
#' @importFrom stats na.omit na.fail .lm.fit lm.wfit fitted simulate
#' @importFrom stats weighted.mean rnorm rgamma median sd cov dnorm
#' @importFrom stats terms get_all_vars model.frame model.matrix setNames
#' @importFrom stats formula update.formula as.formula nobs family vcov residuals
#' @importFrom utils tail unstack relist head packageVersion
Expand Down
1 change: 1 addition & 0 deletions R/weighted.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#' covariates on the right-hand side. Subgroup estimates are available with
#' `coef(..., subgroup=TRUE)` and `tidy(..., subgroup=TRUE)`.
#' @param data An optional data frame containing the variables named in `formula`.
#' @param weights An optional numeric vector specifying weights.
#' @param prefix If `r_probs` is a data frame, the columns containing racial
#' probabilities will be selected as those with names starting with `prefix`.
#' The default will work with the output of [bisg()].
Expand Down
2 changes: 2 additions & 0 deletions man/est_weighted.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3d3143

Please sign in to comment.