Skip to content

Commit

Permalink
move imports around
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Jun 27, 2024
1 parent c05381c commit 5e04904
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
5 changes: 0 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Generated by roxygen2: do not edit by hand

import(dplyr)
import(naniar)
import(readr)
import(stringr)
import(tidyr)
importFrom(tibble,tibble)
5 changes: 0 additions & 5 deletions R/dasehr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@

## usethis namespace: start
#' @importFrom tibble tibble
#' @import readr
#' @import dplyr
#' @import tidyr
#' @import naniar
#' @import stringr
## usethis namespace: end
NULL
14 changes: 14 additions & 0 deletions R/imports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#' @import broom
#' @import dplyr
#' @import ggplot2
#' @import kableExtra
#' @import knitr
#' @import lubridate
#' @import naniar
#' @import RColorBrewer
#' @import readr
#' @import readxl
#' @import rmarkdown
#' @import stringr
#' @import tidyr
#' @import tidyverse

0 comments on commit 5e04904

Please sign in to comment.