Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 99d63c6
Branch  : main
Author  : Erin Becker <[email protected]>
Time    : 2024-06-21 15:21:46 +0000
Message : Merge pull request #883 from datacarpentry/update/packages

Update 20 packages
  • Loading branch information
actions-user committed Jun 21, 2024
1 parent 3d2bb02 commit db927ba
Show file tree
Hide file tree
Showing 26 changed files with 295 additions and 1,972 deletions.
30 changes: 15 additions & 15 deletions 00-before-we-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ and help others to pinpoint where the issue might be. Try to...



```r
``` r
sessionInfo()
```

```{.output}
#> R version 4.3.3 (2024-02-29)
#> Platform: x86_64-pc-linux-gnu (64-bit)
``` output
#> R version 4.4.0 (2024-04-24)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 22.04.4 LTS
#>
#> Matrix products: default
Expand All @@ -454,20 +454,20 @@ sessionInfo()
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] RSQLite_2.3.4 lubridate_1.9.3 forcats_1.0.0 stringr_1.5.1
#> [5] dplyr_1.1.4 purrr_1.0.2 readr_2.1.4 tidyr_1.3.0
#> [9] tibble_3.2.1 ggplot2_3.4.4 tidyverse_2.0.0 knitr_1.45
#> [1] RSQLite_2.3.7 lubridate_1.9.3 forcats_1.0.0 stringr_1.5.1
#> [5] dplyr_1.1.4 purrr_1.0.2 readr_2.1.5 tidyr_1.3.1
#> [9] tibble_3.2.1 ggplot2_3.5.1 tidyverse_2.0.0 knitr_1.47
#>
#> loaded via a namespace (and not attached):
#> [1] bit_4.0.5 gtable_0.3.4 compiler_4.3.3 renv_1.0.5
#> [5] highr_0.10 tidyselect_1.2.0 blob_1.2.4 scales_1.3.0
#> [9] fastmap_1.1.1 yaml_2.3.8 R6_2.5.1 generics_0.1.3
#> [13] munsell_0.5.0 DBI_1.2.0 pillar_1.9.0 tzdb_0.4.0
#> [17] rlang_1.1.2 utf8_1.2.4 cachem_1.0.8 stringi_1.8.3
#> [21] xfun_0.41 bit64_4.0.5 memoise_2.0.1 timechange_0.2.0
#> [25] cli_3.6.2 withr_2.5.2 magrittr_2.0.3 grid_4.3.3
#> [1] bit_4.0.5 gtable_0.3.5 compiler_4.4.0 renv_1.0.7
#> [5] highr_0.11 tidyselect_1.2.1 blob_1.2.4 scales_1.3.0
#> [9] fastmap_1.2.0 yaml_2.3.8 R6_2.5.1 generics_0.1.3
#> [13] munsell_0.5.1 DBI_1.2.3 pillar_1.9.0 tzdb_0.4.0
#> [17] rlang_1.1.3 utf8_1.2.4 cachem_1.1.0 stringi_1.8.4
#> [21] xfun_0.44 bit64_4.0.5 memoise_2.0.1 timechange_0.3.0
#> [25] cli_3.6.2 withr_3.0.0 magrittr_2.0.3 grid_4.4.0
#> [29] hms_1.1.3 lifecycle_1.0.4 vctrs_0.6.5 evaluate_0.23
#> [33] glue_1.6.2 fansi_1.0.6 colorspace_2.1-0 tools_4.3.3
#> [33] glue_1.7.0 fansi_1.0.6 colorspace_2.1-0 tools_4.4.0
#> [37] pkgconfig_2.0.3
```

Expand Down
Loading

0 comments on commit db927ba

Please sign in to comment.