Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed May 22, 2024
1 parent 0e6533b commit 2658ad2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
Expand All @@ -107,6 +107,7 @@ importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_steps)
importFrom(ggplot2,scale_x_continuous)
Expand All @@ -118,7 +119,6 @@ importFrom(ggplot2,unit)
importFrom(ggplot2,vars)
importFrom(ggplot2,waiver)
importFrom(glue,glue)
importFrom(haven,read_sas)
importFrom(haven,read_xpt)
importFrom(labelled,var_label)
importFrom(lifecycle,deprecate_warn)
Expand Down Expand Up @@ -155,7 +155,6 @@ importFrom(rlang,check_installed)
importFrom(rlang,current_env)
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,global_env)
importFrom(rlang,have_name)
importFrom(rlang,int)
importFrom(rlang,is_empty)
Expand Down Expand Up @@ -203,4 +202,3 @@ importFrom(tidyselect,matches)
importFrom(tidyselect,where)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,read.csv)
4 changes: 2 additions & 2 deletions R/ae_table_grade.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' @return a crosstable (dataframe)
#' @export
#' @importFrom dplyr arrange full_join mutate rename_with select summarise
#' @importFrom dplyr arrange full_join mutate recode rename_with select summarise
#'
#' @examples
#'
Expand Down Expand Up @@ -71,7 +71,7 @@ ae_table_grade_max = function(
#'
#' @return a patchwork of ggplots
#' @importFrom dplyr arrange full_join mutate rename_with select summarise
#' @importFrom ggplot2 aes geom_bar ggplot labs scale_x_continuous scale_y_discrete theme waiver
#' @importFrom ggplot2 aes geom_bar ggplot labs position_dodge scale_x_continuous scale_y_discrete theme waiver
#' @importFrom purrr map
#' @importFrom rlang set_names
#' @export
Expand Down
4 changes: 3 additions & 1 deletion man/ae_plot_grade_max.Rd

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

0 comments on commit 2658ad2

Please sign in to comment.