From e74600ded527c3815983fe227ba9a3f1dcf320be Mon Sep 17 00:00:00 2001 From: Nathanael I Lichti Date: Wed, 28 Jan 2026 11:32:51 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c97bb2..0c61ad4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ There are two source code files: ``` install.packages(c("dplyr", "ggplot2", "gtools", "magrittr", "minpack.lm", "mvtnorm", "openxlsx", "pbapply", "readxl", "stringr")) ``` - to install required packages. Optionally, if you wish to use the `buildHyperCube()` function in `fsr_simulation_functions.R`, `"lhs"` should also be included in the list of packages above. + to install required packages. Optionally, if you wish to use the `buildHyperCube()` function then `"lhs"` should also be included in the list of packages above. 6. Next, to run an analysis, call: ``` setwd("~/fsr") # substitute your path here