From 6ea624ca7a3c66c5f25b243c093e6986bf7fd4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mine=20=C3=87etinkaya-Rundel?= Date: Tue, 30 Nov 2021 10:29:10 -0500 Subject: [PATCH] Add quotes --- .../02-setting-up-system/setting-up-system.Rmd | 8 ++++---- .../02-setting-up-system/setting-up-system.html | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-dev-modules/slides/02-setting-up-system/setting-up-system.Rmd b/package-dev-modules/slides/02-setting-up-system/setting-up-system.Rmd index 75d7cc5..09cdacc 100644 --- a/package-dev-modules/slides/02-setting-up-system/setting-up-system.Rmd +++ b/package-dev-modules/slides/02-setting-up-system/setting-up-system.Rmd @@ -362,7 +362,7 @@ Verify system setup. Run the following in the *Console*. ] ```{r eval = FALSE} -install.packages(devtools) +install.packages("devtools") ``` ```{r} @@ -562,7 +562,7 @@ gitcreds::gitcreds_set() ``` .tip[ -You may need to install **gitcreds** with `install.packages(gitcreds)`. +You may need to install **gitcreds** with `install.packages("gitcreds")`. ] --- @@ -623,7 +623,7 @@ Verify system setup. Run the following in the *Console*. ] ```{r eval = FALSE} -install.packages(devtools) +install.packages("devtools") ``` ```{r} @@ -814,7 +814,7 @@ gitcreds::gitcreds_set() ``` .tip[ -You may need to install **gitcreds** with `install.packages(gitcreds)`. +You may need to install **gitcreds** with `install.packages("gitcreds")`. ] --- diff --git a/package-dev-modules/slides/02-setting-up-system/setting-up-system.html b/package-dev-modules/slides/02-setting-up-system/setting-up-system.html index e72894c..94910ac 100644 --- a/package-dev-modules/slides/02-setting-up-system/setting-up-system.html +++ b/package-dev-modules/slides/02-setting-up-system/setting-up-system.html @@ -276,7 +276,7 @@ ```r -install.packages(devtools) +install.packages("devtools") ``` @@ -343,7 +343,7 @@ ``` ``` -## git version 2.30.1 (Apple Git-130) +## git version 2.24.3 (Apple Git-128) ``` ] @@ -499,7 +499,7 @@ ``` .tip[ -You may need to install **gitcreds** with `install.packages(gitcreds)`. +You may need to install **gitcreds** with `install.packages("gitcreds")`. ] --- @@ -562,7 +562,7 @@ ```r -install.packages(devtools) +install.packages("devtools") ``` @@ -629,7 +629,7 @@ ``` ``` -## git version 2.30.1 (Apple Git-130) +## git version 2.24.3 (Apple Git-128) ``` ] @@ -774,7 +774,7 @@ ``` .tip[ -You may need to install **gitcreds** with `install.packages(gitcreds)`. +You may need to install **gitcreds** with `install.packages("gitcreds")`. ] ---