From 14a702573b253a5c3c7fd18ddaec9d990d7bc2af Mon Sep 17 00:00:00 2001 From: Dan McGraw Date: Tue, 26 May 2026 13:53:55 -0600 Subject: [PATCH] actually made the change this time, instead of last time....which was apparently just for show. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02935e6..063d534 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [`NEWS.md`](NEWS.md) for a history of user-facing changes across versions. ``` r # Install from GitHub using remotes install.packages("remotes") -remotes::install_github("USACE-RMC/rfaR", build_vignettes = TRUE) +remotes::install_github("USACE-RMC/rfaR", build_vignettes = FALSE) # Install from GitHub using devtools install.packages("devtools")