From 2bc2b6b958ba0f90b4af2549ed4ebff78390f723 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Thu, 4 Apr 2024 15:47:03 -0500 Subject: [PATCH] R4DS to DSLC (#90) --- DESCRIPTION | 5 ++--- LICENSE | 2 +- LICENSE.md | 2 +- R/app_server.R | 2 +- R/app_ui.R | 2 +- README.Rmd | 4 ++-- README.md | 9 ++++----- 7 files changed, 12 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a2c4df1..459c443 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "jonthegeek@gmail.com", role = c("cre", "aut")), person("Tan", "Ho", , "tan@tanho.ca", 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 diff --git a/LICENSE b/LICENSE index ece3fda..3f1c573 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ YEAR: 2020 -COPYRIGHT HOLDER: R4DS Online Learning Community +COPYRIGHT HOLDER: Data Science Learning Community diff --git a/LICENSE.md b/LICENSE.md index c6dec6e..6f802ad 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/R/app_server.R b/R/app_server.R index bfbd043..d8229b7 100644 --- a/R/app_server.R +++ b/R/app_server.R @@ -250,7 +250,7 @@ paste0( " -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 diff --git a/README.md b/README.md index 2dc465c..b67f9f9 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,11 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) -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