Skip to content

Commit

Permalink
R4DS to DSLC (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Apr 4, 2024
1 parent 2b95cf0 commit 2bc2b6b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Package: mentordash
Title: Dashboard for the R4DS Online Learning Community
Title: Dashboard for the Data Science Learning Community
Version: 0.4.0
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("cre", "aut")),
person("Tan", "Ho", , "[email protected]", role = "ctb")
)
Description: This is a golem shiny app for the R4DS Online Learning
Community.
Description: This is a golem shiny app for the Data Science Learning Community.
License: MIT + file LICENSE
URL: https://github.com/r4ds/mentordash
BugReports: https://github.com/r4ds/mentordash/issues
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2020
COPYRIGHT HOLDER: R4DS Online Learning Community
COPYRIGHT HOLDER: Data Science Learning Community
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2020 R4DS Online Learning Community
Copyright (c) 2024 Data Science Learning Community

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
paste0(
"<a href=\"",
paste(
"https://rfordatascience.slack.com/archives",
"https://dslcio.slack.com/archives",
chnl,
paste0("p", sub(x = this_ts, "\\.", "")),
sep = "/"
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @return A \code{\link[shiny]{tagList}} containing the UI.
#' @keywords internal
.app_ui <- function() {
dashboard_title <- "R4DS Mentor Tool 2022-10-26"
dashboard_title <- "DSLC Mentor Tool 2024-04-04"
shinydashboard::dashboardPage(
header = .ui_header(dashboard_title),
sidebar = .ui_sidebar(),
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ knitr::opts_chunk$set(
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->

The goal of mentordash is to create a dashboard for mentors at the [R4DS Online Learning Community](https://www.rfordatasci.com/).
The goal of mentordash is to create a dashboard for mentors at the [Data Science Learning Community](https://dslc.io/).
Thank you to [yonicd](https://github.com/yonicd/threads/) for a great deal of work in the threads package!

The dashboard is now [deployed](http://r4ds.io/mentordash)!
The dashboard is now [deployed](http://dslc.io/mentordash)!

## Installation

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->

The goal of mentordash is to create a dashboard for mentors at the [R4DS
Online Learning Community](https://www.rfordatasci.com/). Thank you to
[yonicd](https://github.com/yonicd/threads/) for a great deal of work in
the threads package\!
The goal of mentordash is to create a dashboard for mentors at the [Data Science Learning Community](https://dslc.io/). Thank you to
[yonicd](https://github.com/yonicd/slackthreads/) for a great deal of work in
the slackthreads package\!

The dashboard is now [deployed](http://r4ds.io/mentordash)\!
The dashboard is now [deployed](http://dslc.io/mentordash)\!

## Installation

Expand Down

0 comments on commit 2bc2b6b

Please sign in to comment.