Skip to content

Commit

Permalink
remove unneeded library calls
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Jul 15, 2024
1 parent d739060 commit 42f86da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/as_pop_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#' @export
#' @examples
#' library(magrittr)
#' library(readr)
#' xs_data <-
#' "https://osf.io/download//n6cp3/" %>%
#' readr::read_rds() %>%
Expand Down
1 change: 0 additions & 1 deletion R/check_pop_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#' @export
#' @examples
#' library(dplyr)
#' library(readr)
#' xs_data <- readr::read_rds("https://osf.io/download//n6cp3/") %>%
#' as_pop_data()
#' check_pop_data(xs_data, verbose = TRUE)
Expand Down

0 comments on commit 42f86da

Please sign in to comment.