Skip to content

Commit 9002feb

Browse files
authored
Minor edits
- add CU RLA/PATH-GREU workshop (2025-09) - add HD as co-host - rename branch from master to main - fix R/RStudio versions - fix JR, AK email IDs
1 parent bd5a61d commit 9002feb

File tree

1 file changed

+21
-30
lines changed

1 file changed

+21
-30
lines changed

README.md

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Resources](https://github.com/jananiravi/workshop-tidyverse/#additional-resource
1313

1414
### Next workshop
1515

16-
- TBD
16+
- 2025: [Sep 12](https://www.meetup.com/rladies-aurora/events/310892519) / [Sep 19](https://www.meetup.com/rladies-aurora/events/310892588) | w/ [R-Ladies Aurora](https://www.meetup.com/rladies-aurora) and [PATH-GREU program](https://www.msudenver.edu/advanced-stem-education/genomics-research-experiences/) | co-hosted with [Harriet Dashnow](https://github.com/hdashnow)
1717

1818
### Past workshops
1919

20-
[Videos](https://github.com/jananiravi/workshop-tidyverse/tree/master/videos)
20+
[Videos](https://github.com/jananiravi/workshop-tidyverse/tree/main/videos)
2121
- 2022: [International Society for Computational Biology, ISCB Academy
2222
Tutorial](https://www.iscb.org/iscbacademy)
2323
- 2021: R-Ladies Tunis, Africa - 2021: R-Ladies Bangalore, India
@@ -30,13 +30,8 @@ Tutorial](https://www.iscb.org/iscbacademy)
3030
## Overview
3131

3232
This repo contains the workshop material for using R/tidyverse to
33-
analyze & visualize diverse datasets, *e.g.,*
34-
[transcriptomics](https://github.com/jananiravi/workshop-tidyverse/tree/master/transcriptomics),
35-
[gapminder](https://github.com/jananiravi/workshop-tidyverse/tree/master/gapminder)
36-
\| as HTML
37-
([transcriptomics](https://jananiravi.github.io/workshop-tidyverse/transcriptomics/workshop-tidyverse)
38-
&
39-
[gapminder](https://jananiravi.github.io/workshop-tidyverse/gapminder/workshop-tidyverse-gapminder)).
33+
analyze & visualize diverse datasets, *e.g.,* [transcriptomics](https://jananiravi.github.io/workshop-tidyverse/transcriptomics/workshop-tidyverse) & [gapminder](https://jananiravi.github.io/workshop-tidyverse/gapminder/workshop-tidyverse-gapminder) [material: [transcriptomics](https://github.com/jananiravi/workshop-tidyverse/tree/main/transcriptomics),
34+
[gapminder](https://github.com/jananiravi/workshop-tidyverse/tree/main/gapminder)].
4035

4136
- **Part 1: Getting started w/ `readr`**
4237
- Installation and Setup \| Cheatsheets
@@ -84,10 +79,10 @@ have a newfound appreciation for reproducible research and R!
8479
[Download
8580
RStudio](https://www.rstudio.com/products/rstudio/download/) OR
8681
use [RStudio Cloud](https://rstudio.cloud)
87-
2. Ensure that your version of **R** is `3.6+`. The latest version is
88-
`4.2.0`. To check your R version, type in your console: `version`
89-
3. Check your **RStudio** version. It should be `v1.3+` Open RStudio.
90-
In the top menu bar click: RStudio \> About RStudio \>
82+
2. Ensure that your version of **R** is `4.4+`. The latest version is
83+
`4.5.1`. To check your R version, type in your console: `version`
84+
3. Check your **RStudio** version. It should be `2025.05.1+513` or close! Open RStudio.
85+
In the top menu bar, click: RStudio \> About RStudio \>
9186
4. Install **tidyverse**, **here**, **gapminder** (not needed for
9287
transcriptomics workshop), **gganimate**: <br>
9388
`install.packages(c("tidyverse", "here", "gapminder"))` <br>
@@ -106,9 +101,9 @@ CRAN](https://cran.r-project.org/bin/windows/base/release.htm). Also,
106101
please install the [RStudio
107102
IDE](https://www.rstudio.com/products/rstudio/download/#download). Note
108103
that if you have separate user and admin accounts, you should run the
109-
installers as administrator (right-click on .exe file and select "Run as
110-
administrator" instead of double-clicking). Otherwise problems may occur
111-
later, for example when installing R packages.
104+
installers as administrator (right-click on `.exe` file and select "Run as
105+
administrator" instead of double-clicking). Otherwise, problems may occur
106+
later, for example, when installing R packages.
112107

113108
#### For Mac Users
114109

@@ -136,16 +131,16 @@ IDE](https://www.rstudio.com/products/rstudio/download/#download).
136131
transcriptomics part for this workshop; [R-Ladies East
137132
Lansing](https://rladies-eastlansing.github.io) members (Kayla J,
138133
Nafiseh H, Veronica F, Cara F, Camille A) and I helped with the
139-
gapminder material.
134+
`gapminder` material.
140135

141136
### Acknowledgements
142137

143138
- [Krishnan Lab](https://thekrishnanlab.org) \|
144139
[JRaviLab](https://jravilab.github.io)
145-
- [R-Ladies East Lansing](https://rladies-eastlansing.github.io),
140+
- [R-Ladies East Lansing](https://meetup.com/rladies-eastlansing),
146141
incl. Nafiseh Haghtalab, Kayla Johnson, Veronica Frans, Cara
147142
Feldscher, Camille Archer
148-
- [R-Ladies Chennai](https://meetup.com/rladies-chennai) \| [R-Ladies
143+
- [R-Ladies Aurora](https://meetup.com/rladies-aurora) \| [R-Ladies Chennai](https://meetup.com/rladies-chennai) \| [R-Ladies
149144
Bangalore](https://meetup.com/rladies-bangalore) \| [R-Ladies
150145
Tunis](https://meetup.com/rladies-tunis)
151146

@@ -156,21 +151,17 @@ This work is licensed under a BSD-3-Clause License.
156151
### Contributing
157152

158153
- If you like it, leave your star in this project 🌟
159-
- If you would like to suggest/contribute to this project, feel free
160-
to open a issue 💟
154+
- If you would like to suggest/contribute to this project, or request similar ones, feel free
155+
to [open an issue](https://github.com/jananiravi/workshop-tidyverse/issues) 💟
161156
- Please follow our contributing guidelines (coming soon!).
162157

163158
## Contact
164159

165160
- Webpage: [jravilab.github.io](https://jravilab.github.io) \|
166161
[thekrishnanlab.org](https://thekrishnanlab.org) \|
167162
[github.com/rladies-eastlansing](https://github.com/rladies-eastlansing)
168-
- Email: [janani\@msu.edu](mailto:[email protected]){.email} \|
169-
[arjun\@msu.edu](mailto:[email protected]){.email} \|
170-
[eastlansing\@rladies.org](mailto:[email protected]){.email}
171-
- Twitter: [\@janani137](https://twitter.com/janani137) \|
172-
[\@compbiologist](https://twitter.com/compbiologist) \|
173-
[\@RLadiesELansing](https://twitter.com/RLadiesELansing)
163+
- Email: [janani.ravi\@cuanschutz.edu](mailto:[email protected]) \|
164+
[arjun.krishnan\@cuanschutz.edu](mailto:[email protected])
174165
- GitHub: [\@jananiravi](https://github.com/jananiravi) \|
175166
[\@arjunkrish](https://github.com/arjunkrish) \|
176167
[\@RLadies-EastLansing](https://github.com/rladies-eastlansing)
@@ -181,14 +172,14 @@ This work is licensed under a BSD-3-Clause License.
181172

182173
- You can access all relevant material pertaining to this workshop
183174
[here](https://jananiravi.github.io/workshop-tidyverse).
184-
- Other related [RLEL
175+
- Other related [RLA](https://github.com/rladies-aurora) \| [RLEL
185176
workshops](http://github.com/rladies-eastlansing/meetup-presentations)
186177
& useful [cheatsheets](http://github.com/jananiravi/cheatsheets).
187178
- [Computational Biology/Bioinformatics
188179
Resources](https://github.com/jananiravi/compbio-gists) collated by
189-
Arjun and me.
180+
Arjun and Janani.
190181
- [Data-to-viz.com](https://www.data-to-viz.com) & [R Graph
191-
Gallery](https://www.r-graph-gallery.com)
182+
Gallery](https://www.r-graph-gallery.com) \| [Python Graph Gallery](https://python-graph-gallery.com)
192183

193184
### Some awesome open-source books
194185

0 commit comments

Comments
 (0)