From 82f46186e834840a09d5c818ec027023ba154df3 Mon Sep 17 00:00:00 2001 From: LuisDVA Date: Tue, 3 Sep 2024 13:19:13 -0600 Subject: [PATCH] change dev. install instructions to use pak --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7a36b85e5..f3c4ea42f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -37,8 +37,8 @@ install.packages("tidyverse") install.packages("tibble") # Or the the development version from GitHub: -# install.packages("devtools") -devtools::install_github("tidyverse/tibble") +# install.packages("pak") +pak::pak("tidyverse/tibble") ``` ## Usage