Skip to content

Commit 5a73aa8

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 2e9ebe0 Branch : main Author : Toby Hodges <[email protected]> Time : 2025-01-15 13:04:46 +0000 Message : Merge pull request #106 from LibraryCarpentry/update-deps-jan25 Update package cache
1 parent e60c9f7 commit 5a73aa8

17 files changed

+289
-1873
lines changed

Diff for: 00-before-we-start.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ results and come back with a new `>` prompt to wait for new commands. We type
279279
You can use R like a calculator:
280280

281281

282-
```r
282+
``` r
283283
2 + 2 # Type 2 + 2 in the console to run the command
284284
```
285285

@@ -396,7 +396,7 @@ If you were watching the console window when you started the
396396
install of ‘tidyverse', you may have noticed that the line
397397

398398

399-
```r
399+
``` r
400400
install.packages("tidyverse")
401401
```
402402

@@ -448,7 +448,7 @@ data sets. To load a dataset, type it like this: `data(mtcars)`. Type
448448
`help(mtcars)` to learn more about it. You can then perform operations, e.g.
449449

450450

451-
```r
451+
``` r
452452
head(mtcars)
453453
nrow(mtcars)
454454
mean(mtcars$mpg)

0 commit comments

Comments
 (0)