Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4DS to DSLC #23

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01_save-source-and-blank-slates.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rm(list = ls())
```
00:28:02 shamsuddeen: Ok, cool
00:28:34 Jon Harmon (jonthegeek): https://cran.r-project.org/package=here
00:29:33 Jon Harmon (jonthegeek): r4ds.io/rwtf
00:29:33 Jon Harmon (jonthegeek): dslc.io/rwtf
00:29:39 Jon Harmon (jonthegeek): https://www.tidyverse.org/blog/2017/12/workflow-vs-script/
```
</details>
2 changes: 1 addition & 1 deletion 06.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

```
00:29:37 mohamed.shoeb: https://rstats-wtf.github.io/wtf-project-oriented-workflow-slides/#/additional-packages
00:30:51 Jon Harmon (jonthegeek): r4ds.io/rwtf
00:30:51 Jon Harmon (jonthegeek): dslc.io/rwtf
00:36:12 Jon Harmon (jonthegeek): browseURL(.Library)
00:40:59 Jon Harmon (jonthegeek): https://www.gocomics.com/peanuts/2023/01/19
00:42:09 Jon Harmon (jonthegeek): https://www.gocomics.com/peanuts/1967/03/06
Expand Down
2 changes: 1 addition & 1 deletion 12.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Search better, not harder! {-}

- R4DS Online Learning Community
- Data Science Learning Community
- [r tag on StackOverflow.com](https://stackoverflow.com/questions/tagged/r)
- [Advanced search on Posit Community](https://community.rstudio.com/search?expanded=true)
- Chrome search engines! (etc)
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: What They Forgot to Teach You About R Book Club
Version: 0.0.1
Authors@R: c(
person(
"R4DS Online Learning Community",
"Data Science Learning Community",
email = "[email protected]",
role = c("aut", "cre", "cph")
)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# R4DS What They Forgot to Teach You About R Book Club
# DSLC What They Forgot to Teach You About R Book Club

Welcome to the R4DS What They Forgot to Teach You About R Book Club!
Welcome to the DSLC What They Forgot to Teach You About R Book Club!

We are working together to read [_What They Forgot to Teach You About R_](https://rstats.wtf/) by Jenny Bryan and Jim Hester.
Join the [#book_club-rwtf](https://rfordatascience.slack.com/archives/BOOKCHANNELID) channel on the [R4DS Slack](https://r4ds.io/join) to participate.
As we read, we are producing [notes about the book](https://r4ds.io/rwtf).
Join the [#book_club-rwtf](https://dslcio.slack.com/archives/BOOKCHANNELID) channel on the [DSLC Slack](https://dslc.io/join) to participate.
As we read, we are producing [notes about the book](https://dslc.io/rwtf).

## Meeting Schedule

If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-rwtf](https://rfordatascience.slack.com/archives/BOOKCHANNELID) channel on Slack)!
If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-rwtf](https://dslcio.slack.com/archives/BOOKCHANNELID) channel on Slack)!

- Cohort 1 (started 2022-12-01, ended 2023-03-06): [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGh9gMfk2TPYQZBXcLZGqmuW)

Expand Down Expand Up @@ -38,4 +38,4 @@ Do these steps each time you present another chapter:
10. When your PR has been accepted ("merged"), `usethis::pr_finish()` to close out your branch and prepare your local repository for future work.
11. Now that your local copy is up-to-date with the main repo, you need to update your remote fork. Run `gert::git_push("origin")` or click the `Push` button on the `Git` tab of Rstudio.

When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://r4ds.io/rwtf).
When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://dslc.io/rwtf).
14 changes: 7 additions & 7 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
---
title: "What They Forgot to Teach You About R Book Club"
author: "The R4DS Online Learning Community"
author: "The Data Science Learning Community"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
github-repo: r4ds/bookclub-rwtf
description: "This is the product of the R4DS Online Learning Community's What They Forgot to Teach You About R Book Club."
description: "This is the product of the Data Science Learning Community's What They Forgot to Teach You About R Book Club."
---

# Welcome {-}

Welcome to the bookclub!

This is a companion for the book [_What They Forgot to Teach You About R_](https://rstats.wtf/) by Jenny Bryan and Jim Hester.
This companion is available at [r4ds.io/rwtf](https://r4ds.io/rwtf).
This companion is available at [dslc.io/rwtf](https://dslc.io/rwtf).

Also see the [Workshop](https://github.com/rstats-wtf/wtf-2022-rsc).

This website is being developed by the [R4DS Online Learning Community](https://rfordatasci.com). Follow along, and [join the community](https://r4ds.io/join) to participate.
This website is being developed by the [Data Science Learning Community](https://dslc.io). Follow along, and [join the community](https://dslc.io/join) to participate.

This companion follows the [R4DS Online Learning Community Code of Conduct](https://r4ds.io/conduct).
This companion follows the [Data Science Learning Community Code of Conduct](https://dslc.io/conduct).

## Book club meetings {-}

- Each week, a volunteer will present a chapter from the book (or part of a chapter).
- **This is the best way to learn the material.**
- Presentations will usually consist of a review of the material, a discussion, and/or a demonstration of the principles presented in that chapter.
- More information about how to present is available in the [github repo](https://github.com/r4ds/bookclub-rwtf).
- Presentations will be recorded, and will be available on the [R4DS Online Learning Community YouTube Channel](https://r4ds.io/youtube).
- Presentations will be recorded, and will be available on the [Data Science Learning Community YouTube Channel](https://dslc.io/youtube).

## Pace {-}

Expand All @@ -42,6 +42,6 @@ This companion follows the [R4DS Online Learning Community Code of Conduct](http

## Setting Up {-}

- GitHub: See [R4DS Setup Repo](https://github.com/r4ds/bookclub-setup) for latest instructions
- GitHub: See [DSLC Setup Repo](https://github.com/r4ds/bookclub-setup) for latest instructions
- Other stuff: Run `devtools::has_devel()`
- Everyone should run these things in session 0. Let's help each other get up and running!
Loading