Skip to content

Commit

Permalink
R4DS to DSLC
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Apr 8, 2024
1 parent a7a62d2 commit b4ffc1f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346")),
person("Priyanka", "Gagneja", , "[email protected]", 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
Expand Down Expand Up @@ -41,4 +44,4 @@ Remotes:
r4ds/shinyslack
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.ui_page <- function() {
fluidPage(
titlePanel("R4DS Book Club Planner"),
titlePanel("DSLC Book Club Planner"),
.ui_settings(),
.ui_calendar_row()
)
Expand Down
2 changes: 1 addition & 1 deletion R/calendar.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

{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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

{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

Expand Down
4 changes: 2 additions & 2 deletions man/bookclubber-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4ffc1f

Please sign in to comment.