From 4f2e2d81c8ebc0ea99994e039de19cdcf7632c0e Mon Sep 17 00:00:00 2001 From: Jack Leary Date: Tue, 8 Oct 2024 16:06:43 -0400 Subject: [PATCH] very minor docs update --- NAMESPACE | 1 + R/getResultsDE.R | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index d89a0cf..3fb7de2 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -77,6 +77,7 @@ importFrom(foreach,foreach) importFrom(foreach,registerDoSEQ) importFrom(furrr,future_imap) importFrom(furrr,future_map) +importFrom(furrr,future_map_dfr) importFrom(future,multisession) importFrom(future,plan) importFrom(future,sequential) diff --git a/R/getResultsDE.R b/R/getResultsDE.R index 8f07d77..895aec4 100644 --- a/R/getResultsDE.R +++ b/R/getResultsDE.R @@ -4,6 +4,8 @@ #' @author Jack Leary #' @description This function turns the nested list differential expression results of \code{\link{testDynamic}} and turns them into a tidy data.frame. #' @import magrittr +#' @importFrom future plan multisession sequential +#' @importFrom furrr future_map_dfr #' @importFrom purrr map_dfr #' @importFrom dplyr arrange desc mutate across if_else with_groups relocate #' @importFrom tidyselect everything