Skip to content

Commit 6ea624c

Browse files
Add quotes
1 parent 04d48c8 commit 6ea624c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-dev-modules/slides/02-setting-up-system/setting-up-system.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Verify system setup. Run the following in the *Console*.
362362
]
363363

364364
```{r eval = FALSE}
365-
install.packages(devtools)
365+
install.packages("devtools")
366366
```
367367

368368
```{r}
@@ -562,7 +562,7 @@ gitcreds::gitcreds_set()
562562
```
563563

564564
.tip[
565-
You may need to install **gitcreds** with `install.packages(gitcreds)`.
565+
You may need to install **gitcreds** with `install.packages("gitcreds")`.
566566
]
567567

568568
---
@@ -623,7 +623,7 @@ Verify system setup. Run the following in the *Console*.
623623
]
624624

625625
```{r eval = FALSE}
626-
install.packages(devtools)
626+
install.packages("devtools")
627627
```
628628

629629
```{r}
@@ -814,7 +814,7 @@ gitcreds::gitcreds_set()
814814
```
815815

816816
.tip[
817-
You may need to install **gitcreds** with `install.packages(gitcreds)`.
817+
You may need to install **gitcreds** with `install.packages("gitcreds")`.
818818
]
819819

820820
---

package-dev-modules/slides/02-setting-up-system/setting-up-system.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276

277277

278278
```r
279-
install.packages(devtools)
279+
install.packages("devtools")
280280
```
281281

282282

@@ -343,7 +343,7 @@
343343
```
344344

345345
```
346-
## git version 2.30.1 (Apple Git-130)
346+
## git version 2.24.3 (Apple Git-128)
347347
```
348348
]
349349

@@ -499,7 +499,7 @@
499499
```
500500

501501
.tip[
502-
You may need to install **gitcreds** with `install.packages(gitcreds)`.
502+
You may need to install **gitcreds** with `install.packages("gitcreds")`.
503503
]
504504

505505
---
@@ -562,7 +562,7 @@
562562

563563

564564
```r
565-
install.packages(devtools)
565+
install.packages("devtools")
566566
```
567567

568568

@@ -629,7 +629,7 @@
629629
```
630630

631631
```
632-
## git version 2.30.1 (Apple Git-130)
632+
## git version 2.24.3 (Apple Git-128)
633633
```
634634
]
635635

@@ -774,7 +774,7 @@
774774
```
775775

776776
.tip[
777-
You may need to install **gitcreds** with `install.packages(gitcreds)`.
777+
You may need to install **gitcreds** with `install.packages("gitcreds")`.
778778
]
779779

780780
---

0 commit comments

Comments
 (0)