From 9f959a78d405ff0ed86149a137ca410fd08f1eb1 Mon Sep 17 00:00:00 2001 From: Alan DenAdel Date: Mon, 11 Mar 2024 10:37:54 -0700 Subject: [PATCH] Add note about runtime --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e35d8a..fe03036 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Note that each `Rmarkdown` file is not fully run by `R` by default. To properly knitr::opts_chunk$set(eval = FALSE) ``` -from the file header. We do not recommend doing this for the vignettes that actually use `callback`, `sc-SHC`, and `CHOIR` for clustering. Rather, the R portions of these files should be put in a script and run using `Rscript`. +from the file header. We do not recommend doing this for the vignettes that actually use `callback`, `sc-SHC`, and `CHOIR` for clustering because they have a long runtime. Rather, the R portions of these files should be put in a script and run using `Rscript`. ## Relevant Citations