Skip to content

Commit 9a1304f

Browse files
committed
Finish setup.
1 parent 516f495 commit 9a1304f

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.DS_Store
66
_book
77
_bookdown_files
8-
bookclub-{{{book_abbr}}}.Rmd
9-
bookclub-{{{book_abbr}}}.knit.md
10-
bookclub-{{{book_abbr}}}_files
8+
bookclub-r_baseball.Rmd
9+
bookclub-r_baseball.knit.md
10+
bookclub-r_baseball_files
1111
libs
1212
*.html

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Package: bookclub-{{{book_abbr}}}
2-
Title: {{{book_name}}} Book Club
1+
Package: bookclub-r_baseball
2+
Title: Analyzing Baseball Data with R (3e) Book Club
33
Version: 0.0.1
44
Authors@R:
55
person("Data Science Learning Community", , , "[email protected]", role = c("aut", "cre", "cph"))
6-
URL: https://r4ds.github.io/bookclub-{{{book_abbr}}},
7-
https://github.com/r4ds/bookclub-{{{book_abbr}}}
6+
URL: https://r4ds.github.io/bookclub-r_baseball,
7+
https://github.com/r4ds/bookclub-r_baseball
88
Depends:
99
R (>= 3.1.0)
1010
Imports:

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# DSLC {{{book_name}}} Book Club
1+
# DSLC Analyzing Baseball Data with R (3e) Book Club
22

3-
Welcome to the DSLC {{{book_name}}} Book Club!
3+
Welcome to the DSLC Analyzing Baseball Data with R (3e) Book Club!
44

5-
We are working together to read [_{{{book_name}}}_]({{{book_url}}}) by {{{book_authors}}} (copyright {{{book_copyright}}}).
6-
{{#print}}If you would like a print version, please consider purchasing it using our [Amazon Affiliates link]({{{print_url}}}). All profits from purchases through that link go toward maintaining the Data Science Learning Community.{{/print}}
7-
Join the [#book_club-{{{book_abbr}}}](https://dslcio.slack.com/archives/{{{book_channel_id}}}) channel on the [DSLC Slack](https://dslc.io/join) to participate.
8-
As we read, we are producing [notes about the book](https://dslc.io/{{{book_abbr}}}).
5+
We are working together to read [_Analyzing Baseball Data with R (3e)_](https://beanumber.github.io/abdwr3e/) by Jim Albert S. Baumer Max Marchi (copyright October 15, 2024).
6+
If you would like a print version, please consider purchasing it using our [Amazon Affiliates link](https://amzn.to/4iu9Vtd). All profits from purchases through that link go toward maintaining the Data Science Learning Community.
7+
Join the [#book_club-r_baseball](https://dslcio.slack.com/archives/C08G81AQRFH) channel on the [DSLC Slack](https://dslc.io/join) to participate.
8+
As we read, we are producing [notes about the book](https://dslc.io/r_baseball).
99

1010
## Meeting Schedule
1111

12-
If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-{{{book_abbr}}}](https://dslcio.slack.com/archives/{{{book_channel_id}}}) channel on Slack)!
12+
If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-r_baseball](https://dslcio.slack.com/archives/C08G81AQRFH) channel on Slack)!
1313

14-
- [Cohort 1]({{{cohort01_signup_url}}}) (started {{{cohort01_start_date}}}, facilitated by {{{cohort01_facilitator_handle}}}): [{{{cohort01_day}}}, {{{cohort01_time_cst}}} CST/CDT]({{{cohort01_timeanddate_url}}}) | [meeting videos]({{{cohort01_youtube}}})
14+
- [Cohort 1](https://docs.google.com/spreadsheets/d/1jLomp0-z52C2-1htfFmiJ0T2ejxHyFa6pRb5S6B3vHA/edit?usp=sharing) (started 2025-04-16, facilitated by Ron Legere): [Wednesdays, 4:00 PM CST/CDT](https://www.timeanddate.com/worldclock/converter.html?iso=20250416T210000&p1=24&p2=179&p3=197&p4=1440) | [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGjss9wQ9fjiu8WU9OcVkycn)
1515

1616
<hr>
1717

@@ -24,7 +24,7 @@ To present, follow these instructions:
2424
Do these steps once:
2525

2626
1. [Setup Git and GitHub to work with RStudio](https://github.com/r4ds/bookclub-setup) (click through for detailed, step-by-step instructions; I recommend checking this out even if you're pretty sure you're all set).
27-
2. `usethis::create_from_github("r4ds/bookclub-{{{book_abbr}}}")` (cleanly creates your own copy of this repository).
27+
2. `usethis::create_from_github("r4ds/bookclub-r_baseball")` (cleanly creates your own copy of this repository).
2828

2929
Do these steps each time you present another chapter:
3030

@@ -40,9 +40,9 @@ Do these steps each time you present another chapter:
4040
10. When your PR has been accepted ("merged"), `usethis::pr_finish()` to close out your branch and prepare your local repository for future work.
4141
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.
4242

43-
When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://dslc.io/{{{book_abbr}}}).
43+
When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://dslc.io/r_baseball).
4444

4545

4646
## Code of Conduct
4747

48-
Please note that the bookclub-{{{book_abbr}}} project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
48+
Please note that the bookclub-r_baseball project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

_bookdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
book_filename: "bookclub-{{{book_abbr}}}"
2-
repo: https://github.com/r4ds/bookclub-{{{book_abbr}}}
3-
edit: "https://github.com/r4ds/bookclub-{{{book_abbr}}}/edit/main/%s"
1+
book_filename: "bookclub-r_baseball"
2+
repo: https://github.com/r4ds/bookclub-r_baseball
3+
edit: "https://github.com/r4ds/bookclub-r_baseball/edit/main/%s"
44
output_dir: "_book"
55
delete_merged_file: true
66
language:

_output.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ bookdown::gitbook:
55
toc:
66
collapse: section
77
before: |
8-
<li><a href="./">{{{book_name}}} Book Club</a></li>
8+
<li><a href="./">Analyzing Baseball Data with R (3e) Book Club</a></li>
99
after: |
1010
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
1111
edit:
12-
link: https://github.com/r4ds/bookclub-{{{book_abbr}}}/edit/main/%s
12+
link: https://github.com/r4ds/bookclub-r_baseball/edit/main/%s
1313
text: "Edit"
1414
sharing:
1515
github: yes
File renamed without changes.

index.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "{{{book_name}}} Book Club"
2+
title: "Analyzing Baseball Data with R (3e) Book Club"
33
author: "The Data Science Learning Community"
44
date: "`r Sys.Date()`"
55
site: bookdown::bookdown_site
66
documentclass: book
77
bibliography: book.bib
88
biblio-style: apalike
99
link-citations: yes
10-
github-repo: r4ds/bookclub-{{{book_abbr}}}
11-
description: "This website is the product of the Data Science Learning Community's {{{book_name}}} Book Club."
10+
github-repo: r4ds/bookclub-r_baseball
11+
description: "This website is the product of the Data Science Learning Community's Analyzing Baseball Data with R (3e) Book Club."
1212
---
1313

1414
# Welcome {-}
1515

16-
Welcome to the {{{book_name}}} book club!
16+
Welcome to the Analyzing Baseball Data with R (3e) book club!
1717

18-
This website is a companion for the book [_{{{book_name}}}_]({{{book_url}}}) by {{{book_authors}}} (copyright {{{book_copyright}}}{{#published}}; available from [{{{book_publisher}}}]({{{book_publisher_url}}}){{/published}}).
19-
This companion is available at [dslc.io/{{{book_abbr}}}](https://dslc.io/{{{book_abbr}}}).
18+
This website is a companion for the book [_Analyzing Baseball Data with R (3e)_](https://beanumber.github.io/abdwr3e/) by Jim Albert S. Baumer Max Marchi (copyright October 15, 2024).
19+
This companion is available at [dslc.io/r_baseball](https://dslc.io/r_baseball).
2020

2121
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.
2222

@@ -27,7 +27,7 @@ This companion follows the [Data Science Learning Community Code of Conduct](htt
2727
- Each week, a volunteer will present a chapter from the book (or part of a chapter).
2828
- **This is the best way to learn the material!**
2929
- Presentations will usually consist of a review of the material, a discussion, and/or a demonstration of the principles presented in that chapter.
30-
- More information about how to present is available in the [github repo](https://github.com/r4ds/bookclub-{{{book_abbr}}}).
30+
- More information about how to present is available in the [github repo](https://github.com/r4ds/bookclub-r_baseball).
3131
- Presentations will be recorded, and will be available on the [Data Science Learning Community YouTube Channel](https://dslc.io/youtube).
3232

3333
## Pace {-}

0 commit comments

Comments
 (0)