From ec42cff0538fef746402a245d57ced8c2b2b6731 Mon Sep 17 00:00:00 2001
From: samuelsmock <smock.samuel@gmail.com>
Date: Mon, 19 Feb 2024 21:59:30 -0600
Subject: [PATCH] merge with devel incl vignettes, unit tests, and additional
 sim_all arguments

---
 tests/testthat/test-sim_all.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testthat/test-sim_all.R b/tests/testthat/test-sim_all.R
index 8176a8c..3f1321d 100644
--- a/tests/testthat/test-sim_all.R
+++ b/tests/testthat/test-sim_all.R
@@ -1,7 +1,7 @@
 library(rlang)
 library(formula.tools)
 
-## all tests are wrapped in a single function to make it easier to call on different designs,
+## all tests are wrapped in single function to make it easier to call on different designs,
 ## which is done at the end of this script
 
 comprehensive_design_test  <- function(nosim, resps, destype, designpath, ul, bcoeff,  decisiongroups=c(0,1)) {
-- 
GitLab