From fbeca724947b7c6321e1ce62350be2c2a556fa09 Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Thu, 28 Sep 2023 12:47:02 -0400 Subject: [PATCH] Add 'purrr' as dependency and clean up some imports --- DESCRIPTION | 3 ++- R/job_info.R | 3 +-- R/job_single.R | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a038170..ebc4ee3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -28,4 +28,5 @@ VignetteBuilder: knitr Imports: dplyr, glue, - stringr + stringr, + purrr diff --git a/R/job_info.R b/R/job_info.R index 13b79ae..cae7f98 100644 --- a/R/job_info.R +++ b/R/job_info.R @@ -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 #' diff --git a/R/job_single.R b/R/job_single.R index 0d12bf4..dd75ef5 100644 --- a/R/job_single.R +++ b/R/job_single.R @@ -38,6 +38,7 @@ #' @export #' @author Leonardo Collado-Torres #' @author Nicholas J. Eagles +#' @import glue #' #' @examples #'