Skip to content

Commit

Permalink
only import txtProgressBar from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
equitable-equations committed Apr 13, 2024
1 parent 38417f6 commit 665ec03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import(dplyr)
import(httr)
import(jsonlite)
import(tidyr)
import(utils)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_vline)
Expand All @@ -49,3 +48,4 @@ importFrom(memoise,memoise)
importFrom(rlang,.data)
importFrom(rlang,is_interactive)
importFrom(stats,sd)
importFrom(utils,txtProgressBar)
3 changes: 2 additions & 1 deletion R/download_assessment_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#' \code{\link[=assessment_list_glance]{assessment_list_glance()}} for a tidy
#' summary.
#'
#' @import dplyr utils
#' @import dplyr
#' @importFrom utils txtProgressBar
#' @importFrom memoise has_cache
#' @importFrom rlang is_interactive
#'
Expand Down
3 changes: 2 additions & 1 deletion R/download_transect_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#' \code{\link[=transect_list_glance]{transect_list_glance()}} for a tidy
#' summary.
#'
#' @import dplyr utils
#' @import dplyr
#' @importFrom utils txtProgressBar
#' @importFrom memoise has_cache
#' @importFrom rlang is_interactive
#'
Expand Down

0 comments on commit 665ec03

Please sign in to comment.