diff --git a/DESCRIPTION b/DESCRIPTION index f695fab..d2ec0c0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,15 @@ Package: bookclubber -Title: Schedule R4DS Book Clubs +Title: Schedule DSLC Book Clubs Version: 0.3.1.9000 Authors@R: c( person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4781-4346")), person("Priyanka", "Gagneja", , "priyankaigit@gmail.com", role = "aut") ) -Description: What the package does (one paragraph). +Description: The Data Science Learning Community hosts a number of book + clubs in which learners read data science books together, generally + with one learner leading the discussion each week. This package + provides a shiny app to help run these clubs. License: MIT + file LICENSE URL: https://github.com/r4ds/bookclubber BugReports: https://github.com/r4ds/bookclubber/issues @@ -41,4 +44,4 @@ Remotes: r4ds/shinyslack Config/testthat/edition: 3 Encoding: UTF-8 -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/R/app_ui.R b/R/app_ui.R index 811c695..04b6311 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -11,7 +11,7 @@ .ui_page <- function() { fluidPage( - titlePanel("R4DS Book Club Planner"), + titlePanel("DSLC Book Club Planner"), .ui_settings(), .ui_calendar_row() ) diff --git a/R/calendar.R b/R/calendar.R index 4f7ee30..284ce58 100644 --- a/R/calendar.R +++ b/R/calendar.R @@ -4,7 +4,7 @@ width = 12, h4("Select your availability"), p( - "(missing check boxes are unavailable; other R4DS clubs are using the + "(missing check boxes are unavailable; other DSLC clubs are using the Zoom account(s) at those times; colored cells indicate existing sign ups)"), .calendar_ui() ) diff --git a/README.Rmd b/README.Rmd index 1421e7d..d1bb932 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( [![Codecov test coverage](https://codecov.io/gh/r4ds/bookclubber/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r4ds/bookclubber?branch=main) -{bookclubber} is a Shiny app for scheduling book clubs for the [R4DS Online Learning Community](https://r4ds.io/) +{bookclubber} is a Shiny app for scheduling book clubs for the [Data Science Learning Community](https://dslc.io/) ## Code of Conduct diff --git a/README.md b/README.md index 4308e2b..62e2c27 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ coverage](https://codecov.io/gh/r4ds/bookclubber/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r4ds/bookclubber?branch=main) -{bookclubber} is a Shiny app for scheduling book clubs for the [R4DS -Online Learning Community](https://r4ds.io/) +{bookclubber} is a Shiny app for scheduling book clubs for the [Data +Science Learning Community](https://dslc.io/) ## Code of Conduct diff --git a/man/bookclubber-package.Rd b/man/bookclubber-package.Rd index 29305a4..81a9c1a 100644 --- a/man/bookclubber-package.Rd +++ b/man/bookclubber-package.Rd @@ -4,9 +4,9 @@ \name{bookclubber-package} \alias{bookclubber} \alias{bookclubber-package} -\title{bookclubber: Schedule R4DS Book Clubs} +\title{bookclubber: Schedule DSLC Book Clubs} \description{ -What the package does (one paragraph). +The Data Science Learning Community hosts a number of book clubs in which learners read data science books together, generally with one learner leading the discussion each week. This package provides a shiny app to help run these clubs. } \seealso{ Useful links: