From 0db9efe83c25114a855f77729fb0c3028555d69e Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Tue, 9 Jan 2024 15:53:08 -0600 Subject: [PATCH] Finish setup. --- .gitignore | 6 ++--- DESCRIPTION | 8 +++---- README.md | 22 +++++++++---------- _bookdown.yml | 6 ++--- _output.yml | 4 ++-- ...emplate.Rproj => bookclub-spacestats.Rproj | 0 index.Rmd | 14 ++++++------ 7 files changed, 30 insertions(+), 30 deletions(-) rename bookclub-template.Rproj => bookclub-spacestats.Rproj (100%) diff --git a/.gitignore b/.gitignore index 02c5be5..84601bc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,8 @@ .DS_Store _book _bookdown_files -bookclub-{{{book_abbr}}}.Rmd -bookclub-{{{book_abbr}}}.knit.md -bookclub-{{{book_abbr}}}_files +bookclub-spacestats.Rmd +bookclub-spacestats.knit.md +bookclub-spacestats_files libs *.html diff --git a/DESCRIPTION b/DESCRIPTION index 22f99d3..f85b647 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ -Package: bookclub-{{{book_abbr}}} -Title: {{{book_name}}} Book Club +Package: bookclub-spacestats +Title: Spatial Statistics for Data Science: Theory and Practice with R Book Club Version: 0.0.1 Authors@R: person("R4DS Online Learning Community", , , "rfordatasci@gmail.com", role = c("aut", "cre", "cph")) -URL: https://r4ds.github.io/bookclub-{{{book_abbr}}}, - https://github.com/r4ds/bookclub-{{{book_abbr}}} +URL: https://r4ds.github.io/bookclub-spacestats, + https://github.com/r4ds/bookclub-spacestats Depends: R (>= 3.1.0) Imports: diff --git a/README.md b/README.md index 1aea1a8..37e5ce3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# R4DS {{{book_name}}} Book Club +# R4DS Spatial Statistics for Data Science: Theory and Practice with R Book Club -Welcome to the R4DS {{{book_name}}} Book Club! +Welcome to the R4DS Spatial Statistics for Data Science: Theory and Practice with R Book Club! -We are working together to read [_{{{book_name}}}_]({{{book_url}}}) by {{{book_authors}}} (copyright {{{book_copyright}}}). -{{#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 R4DS Online Learning Community.{{/print}} -Join the [#book_club-{{{book_abbr}}}](https://rfordatascience.slack.com/archives/{{{book_channel_id}}}) channel on the [R4DS Slack](https://r4ds.io/join) to participate. -As we read, we are producing [notes about the book](https://r4ds.io/{{{book_abbr}}}). +We are working together to read [_Spatial Statistics for Data Science: Theory and Practice with R_](https://www.paulamoraga.com/book-spatial/index.html) by Paula Moraga (copyright 2023). +If you would like a print version, please consider purchasing it using our [Amazon Affiliates link](https://www.routledge.com/Spatial-Statistics-for-Data-Science-Theory-and-Practice-with-R/Moraga/p/book/9781032633510). All profits from purchases through that link go toward maintaining the R4DS Online Learning Community. +Join the [#book_club-spacestats](https://rfordatascience.slack.com/archives/C066RJ24SHF) channel on the [R4DS Slack](https://r4ds.io/join) to participate. +As we read, we are producing [notes about the book](https://r4ds.io/spacestats). ## 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-{{{book_abbr}}}](https://rfordatascience.slack.com/archives/{{{book_channel_id}}}) 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-spacestats](https://rfordatascience.slack.com/archives/C066RJ24SHF) channel on Slack)! -- [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}}}) +- [Cohort 1](https://docs.google.com/spreadsheets/d/1cD_aXJJ73O1cL3EI79-e_Y9eWNNqvftv8das1hcBGRA/edit?usp=sharing) (started 2024-01-20, facilitated by Mikhael Manurung): [Sundays, 10:00 AM CST/CDT](https://www.timeanddate.com/worldclock/converter.html?iso=20240120T160000&p1=24&p2=1440) | [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGhACUSnWhcsTLMbDikFQ8fL)
@@ -24,7 +24,7 @@ To present, follow these instructions: Do these steps once: 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). -2. `usethis::create_from_github("r4ds/bookclub-{{{book_abbr}}}")` (cleanly creates your own copy of this repository). +2. `usethis::create_from_github("r4ds/bookclub-spacestats")` (cleanly creates your own copy of this repository). Do these steps each time you present another chapter: @@ -40,9 +40,9 @@ 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/{{{book_abbr}}}). +When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://r4ds.io/spacestats). ## Code of Conduct -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. +Please note that the bookclub-spacestats 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. diff --git a/_bookdown.yml b/_bookdown.yml index 4fff5e0..2b907d4 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -1,6 +1,6 @@ -book_filename: "bookclub-{{{book_abbr}}}" -repo: https://github.com/r4ds/bookclub-{{{book_abbr}}} -edit: "https://github.com/r4ds/bookclub-{{{book_abbr}}}/edit/main/%s" +book_filename: "bookclub-spacestats" +repo: https://github.com/r4ds/bookclub-spacestats +edit: "https://github.com/r4ds/bookclub-spacestats/edit/main/%s" output_dir: "_book" delete_merged_file: true language: diff --git a/_output.yml b/_output.yml index f209fd6..8c6a141 100644 --- a/_output.yml +++ b/_output.yml @@ -5,11 +5,11 @@ bookdown::gitbook: toc: collapse: section before: | -
  • {{{book_name}}} Book Club
  • +
  • Spatial Statistics for Data Science: Theory and Practice with R Book Club
  • after: |
  • Published with bookdown
  • edit: - link: https://github.com/r4ds/bookclub-{{{book_abbr}}}/edit/main/%s + link: https://github.com/r4ds/bookclub-spacestats/edit/main/%s text: "Edit" sharing: github: yes diff --git a/bookclub-template.Rproj b/bookclub-spacestats.Rproj similarity index 100% rename from bookclub-template.Rproj rename to bookclub-spacestats.Rproj diff --git a/index.Rmd b/index.Rmd index 0c7a7c9..561834d 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,5 +1,5 @@ --- -title: "{{{book_name}}} Book Club" +title: "Spatial Statistics for Data Science: Theory and Practice with R Book Club" author: "The R4DS Online Learning Community" date: "`r Sys.Date()`" site: bookdown::bookdown_site @@ -7,16 +7,16 @@ documentclass: book bibliography: book.bib biblio-style: apalike link-citations: yes -github-repo: r4ds/bookclub-{{{book_abbr}}} -description: "This website is the product of the R4DS Online Learning Community's {{{book_name}}} Book Club." +github-repo: r4ds/bookclub-spacestats +description: "This website is the product of the R4DS Online Learning Community's Spatial Statistics for Data Science: Theory and Practice with R Book Club." --- # Welcome {-} -Welcome to the {{{book_name}}} book club! +Welcome to the Spatial Statistics for Data Science: Theory and Practice with R book club! -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}}). -This companion is available at [r4ds.io/{{{book_abbr}}}](https://r4ds.io/{{{book_abbr}}}). +This website is a companion for the book [_Spatial Statistics for Data Science: Theory and Practice with R_](https://www.paulamoraga.com/book-spatial/index.html) by Paula Moraga (copyright 2023). +This companion is available at [r4ds.io/spacestats](https://r4ds.io/spacestats). 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. @@ -27,7 +27,7 @@ This companion follows the [R4DS Online Learning Community Code of Conduct](http - 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-{{{book_abbr}}}). +- More information about how to present is available in the [github repo](https://github.com/r4ds/bookclub-spacestats). - Presentations will be recorded, and will be available on the [R4DS Online Learning Community YouTube Channel](https://r4ds.io/youtube). ## Pace {-}