Skip to content

Commit

Permalink
Fix build check note about haven in namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcann01 committed Aug 9, 2022
1 parent eab8e5f commit 2dd91f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ S3method(cb_summary_stats_to_ft,summary_numeric)
S3method(cb_summary_stats_to_ft,summary_time)
export(cb_add_col_attributes)
export(codebook)
import(haven)
importFrom(dplyr,"%>%")
1 change: 1 addition & 0 deletions R/codebook.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#'
#' @return An rdocx object that can be printed to a Word document
#' @importFrom dplyr %>%
#' @import haven
#' @export
#'
#' @examples
Expand Down

0 comments on commit 2dd91f2

Please sign in to comment.