Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Nov 30, 2021
1 parent 04d48c8 commit 6ea624c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Verify system setup. Run the following in the *Console*.
]

```{r eval = FALSE}
install.packages(devtools)
install.packages("devtools")
```

```{r}
Expand Down Expand Up @@ -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")`.
]

---
Expand Down Expand Up @@ -623,7 +623,7 @@ Verify system setup. Run the following in the *Console*.
]

```{r eval = FALSE}
install.packages(devtools)
install.packages("devtools")
```

```{r}
Expand Down Expand Up @@ -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")`.
]

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@


```r
install.packages(devtools)
install.packages("devtools")
```


Expand Down Expand Up @@ -343,7 +343,7 @@
```

```
## git version 2.30.1 (Apple Git-130)
## git version 2.24.3 (Apple Git-128)
```
]

Expand Down Expand Up @@ -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")`.
]

---
Expand Down Expand Up @@ -562,7 +562,7 @@


```r
install.packages(devtools)
install.packages("devtools")
```


Expand Down Expand Up @@ -629,7 +629,7 @@
```

```
## git version 2.30.1 (Apple Git-130)
## git version 2.24.3 (Apple Git-128)
```
]

Expand Down Expand Up @@ -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")`.
]

---
Expand Down

0 comments on commit 6ea624c

Please sign in to comment.