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 #120

Merged
merged 1 commit into from
Apr 8, 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
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.

Loading