Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : 194df52
Branch  : main
Author  : Charlotte Soneson <charlottesoneson@gmail.com>
Time    : 2024-09-22 17:35:21 +0000
Message : Merge pull request #112 from carpentries-incubator/update-renv

Update renv/activate.R manually
  • Loading branch information
actions-user committed Oct 22, 2024
1 parent 2179b56 commit d89014f
Show file tree
Hide file tree
Showing 18 changed files with 596 additions and 548 deletions.
4 changes: 2 additions & 2 deletions 02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The data file is located at https://github.com/carpentries-incubator/bioc-rnaseq
We shall save the downloaded file in the `data` folder of our working directory with the name `GSE96870_counts_cerebellum.csv`.


```r
``` r
download.file(
url = "https://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_counts_cerebellum.csv",
destfile = "data/GSE96870_counts_cerebellum.csv"
Expand Down Expand Up @@ -215,7 +215,7 @@ working directory.
::::::::::::::::::::::::::::::::::::: solution


```r
``` r
download.file(
url = "https://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_coldata_cerebellum.csv",
destfile = "data/GSE96870_coldata_cerebellum.csv"
Expand Down
Loading

0 comments on commit d89014f

Please sign in to comment.