Skip to content

Commit

Permalink
Add 'purrr' as dependency and clean up some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Sep 28, 2023
1 parent 70adc29 commit fbeca72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ VignetteBuilder: knitr
Imports:
dplyr,
glue,
stringr
stringr,
purrr
3 changes: 1 addition & 2 deletions R/job_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#' @return A tibble with job information about currently running jobs.
#' @export
#' @author Nicholas J. Eagles
#' @import dplyr
#' @import stringr
#' @import dplyr stringr
#'
#' @examples
#'
Expand Down
1 change: 1 addition & 0 deletions R/job_single.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#' @export
#' @author Leonardo Collado-Torres
#' @author Nicholas J. Eagles
#' @import glue
#'
#' @examples
#'
Expand Down

0 comments on commit fbeca72

Please sign in to comment.