Skip to content

Commit

Permalink
new quarto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbaruffa committed Jun 26, 2024
1 parent 632fd93 commit 9f11b8c
Show file tree
Hide file tree
Showing 247 changed files with 61,107 additions and 60,580 deletions.
Empty file added .Rhistory
Empty file.
25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
push:
branches:
- main
name: Quarto Publish
jobs:
render-book:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.3'
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.quarto/

.Rproj.user
.Rhistory
.RData
.Ruserdata
Empty file added .nojekyll
Empty file.
32 changes: 12 additions & 20 deletions 010-start_here.Rmd → 010-start_here.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,46 @@ If you're new to R and want to learn how to use it, this library might be a litt
If you aren't sure where to start, then try one of these options:

### Book: R for Data Science
## Book: R for Data Science

This book is THE most recommended resource to get started. It's an excellent introduction to R programming and gets you started with visualizing data so you see some exciting stuff, and the power of R, right away.

The book is free to read at https://r4ds.hadley.nz/
The book is free to read at [https://r4ds.hadley.nz/](https://r4ds.hadley.nz/)

You can treat yourself to a [physical copy](https://amzn.to/3t9MyBg).

There's an accompanying exercise solution book at https://jrnold.github.io/r4ds-exercise-solutions/
There's an accompanying exercise solution book at [https://jrnold.github.io/r4ds-exercise-solutions/](https://jrnold.github.io/r4ds-exercise-solutions/)


### Video Course: Getting started with R
## Video Course: Getting started with R

If you prefer video instruction with progress tracking, check out this course from "R for the Rest of Us" called Getting Started with R. It comes key components in typical workflows from start to finish.

https://rfortherestofus.com/courses/getting-started/
[https://rfortherestofus.com/courses/getting-started/](https://rfortherestofus.com/courses/getting-started/)


### Video Course: Data Manipulation in R
## Video Course: Data Manipulation in R

If you're looking for specific how-to's on data manipulation, this is a great paid course to consider from Statistics Globe, who also has a youtube channel filled with free content

Paid course: https://statisticsglobe.com/online-course-data-manipulation-r-dplyr-tidyverse
Paid course: [https://statisticsglobe.com/online-course-data-manipulation-r-dplyr-tidyverse](https://statisticsglobe.com/online-course-data-manipulation-r-dplyr-tidyverse)

Free content: https://www.youtube.com/c/statisticsglobe
Free content: [https://www.youtube.com/c/statisticsglobe ](https://www.youtube.com/c/statisticsglobe)


### Watch a data analyst code live
## Watch a data analyst code live

If you’re looking for real-world examples of live data analyses, you’ve come to the right place.

David Robinson, a highly experienced Data Scientist, has recorded many screencasts where he analyses data that he’s never seen before. These are fantastic examples of how to think about approaching an analysis. You couldn’t ask for a better mentor!

All analyses are done in R with over 80 hours of screencasts timestamped and annotated with detailed info.

https://www.rscreencasts.com/
[https://www.rscreencasts.com/](https://www.rscreencasts.com/)


### Posit Primers
## Posit Primers

If you prefer step by step instructions in an interactive online environment, then have a look at the Posit Primers which will take you through very very basic of data wrangling through to an introduction to building web apps with R!

https://posit.cloud/learn/primers


### Data Science Learning Community

The [Data Science Learning Community](https://dslc.io/) develops tools and resources to foster the data science community to which we want to belong. Whether we are seeking our first job as a data professional or continuing a journey years in the making, we must all constantly learn new data programming skills to keep up with a rapidly changing world. Bootcamps and courses are often expensive, and it can be difficult to maintain the motivation necessary to learn skills on our own.
There's a very active slack commnunity too!

https://dslc.io/
[https://posit.cloud/learn/primers](https://posit.cloud/learn/primers)
5 changes: 3 additions & 2 deletions 015-book_clubs.rmd → 015-book_clubs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ If you're one of the estimated 10 000 data analysts working in the NHS or someon
The Community will be coordinating another book club for the R4DS book and the channel for that is #r4ds-book-club.


## Data Science Learning Community
## R4DS Slack Community

The [DSLO](https://dslc.io/) has a number of running book clubs. Once you've joined the slack group, you can search for channels.
The [R4Ds slack Community](http://r4ds.io/join) has a number of running book clubs. Once you've joined the slack group, you can search for channels.

They also have a channel specifically for book club facilitators!

They've [recorded the sessions](https://www.youtube.com/c/R4DSOnlineLearningCommunity/playlists) of cohorts so you can pick your way through one, or catch up on the current one!

## R-ladies Netherlands - Advanced R by Hadley Wickham

Expand Down
260 changes: 0 additions & 260 deletions 020-book_list.Rmd

This file was deleted.

Loading

0 comments on commit 9f11b8c

Please sign in to comment.