Skip to content

Commit

Permalink
fix check errors from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
xilinchen committed Dec 11, 2023
1 parent 053f351 commit a686c5c
Show file tree
Hide file tree
Showing 11 changed files with 561 additions and 559 deletions.
8 changes: 8 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ import(cli)
import(data.table)
import(ggplot2)
import(tidyverse)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(ggforce,geom_link2)
3 changes: 3 additions & 0 deletions R/add_CI_values.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
#'
#' @param var variable you want to sort
#' @param n_cases number of cases used to calculate CI
#'
#' @importFrom dplyr %>% across mutate mutate_at select filter rename rename_at
#'
#' @examples
#' library(dplyr)
#'tb = tibble::tibble(cs_rate = c(0.1, 0.3),
#' n_pt_cases = c(140, 234))
#'tb %>%
Expand Down
Loading

0 comments on commit a686c5c

Please sign in to comment.