From 7ce4f0c2a092e6c18638f1b2510cd17885b371b4 Mon Sep 17 00:00:00 2001 From: Philip Waggoner <31326382+pdwaggoner@users.noreply.github.com> Date: Wed, 24 Aug 2022 08:13:31 -0600 Subject: [PATCH] Fix small typo Noticed, while running `miceRanger`, a small typo. Changing to `reproducible` on line 290 in the error that's throw upon interrupting while running. --- R/miceRanger.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/miceRanger.R b/R/miceRanger.R index 0f1e8ba..b2c617c 100644 --- a/R/miceRanger.R +++ b/R/miceRanger.R @@ -287,7 +287,7 @@ miceRanger <- function( paste0( "Evaluation failed with error <",as.character(datSetList[errorIndx][[1]]) ,">. This is probably our fault - please open an issue at https://github.com/FarrellDay/miceRanger/issues" - ," with a reproduceable example." + ," with a reproducible example." ) ) }