File tree 2 files changed +10
-10
lines changed
package-dev-modules/slides/02-setting-up-system
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ Verify system setup. Run the following in the *Console*.
362
362
]
363
363
364
364
``` {r eval = FALSE}
365
- install.packages(devtools)
365
+ install.packages(" devtools" )
366
366
```
367
367
368
368
``` {r}
@@ -562,7 +562,7 @@ gitcreds::gitcreds_set()
562
562
```
563
563
564
564
.tip[
565
- You may need to install ** gitcreds** with ` install.packages(gitcreds) ` .
565
+ You may need to install ** gitcreds** with ` install.packages(" gitcreds" ) ` .
566
566
]
567
567
568
568
---
@@ -623,7 +623,7 @@ Verify system setup. Run the following in the *Console*.
623
623
]
624
624
625
625
``` {r eval = FALSE}
626
- install.packages(devtools)
626
+ install.packages(" devtools" )
627
627
```
628
628
629
629
``` {r}
@@ -814,7 +814,7 @@ gitcreds::gitcreds_set()
814
814
```
815
815
816
816
.tip[
817
- You may need to install ** gitcreds** with ` install.packages(gitcreds) ` .
817
+ You may need to install ** gitcreds** with ` install.packages(" gitcreds" ) ` .
818
818
]
819
819
820
820
---
Original file line number Diff line number Diff line change 276
276
277
277
278
278
```r
279
- install.packages(devtools)
279
+ install.packages(" devtools" )
280
280
```
281
281
282
282
343
343
```
344
344
345
345
```
346
- ## git version 2.30.1 (Apple Git-130 )
346
+ ## git version 2.24.3 (Apple Git-128 )
347
347
```
348
348
]
349
349
499
499
```
500
500
501
501
.tip[
502
- You may need to install **gitcreds** with `install.packages(gitcreds)`.
502
+ You may need to install **gitcreds** with `install.packages(" gitcreds" )`.
503
503
]
504
504
505
505
---
562
562
563
563
564
564
```r
565
- install.packages(devtools)
565
+ install.packages(" devtools" )
566
566
```
567
567
568
568
629
629
```
630
630
631
631
```
632
- ## git version 2.30.1 (Apple Git-130 )
632
+ ## git version 2.24.3 (Apple Git-128 )
633
633
```
634
634
]
635
635
774
774
```
775
775
776
776
.tip[
777
- You may need to install **gitcreds** with `install.packages(gitcreds)`.
777
+ You may need to install **gitcreds** with `install.packages(" gitcreds" )`.
778
778
]
779
779
780
780
---
You can’t perform that action at this time.
0 commit comments