From 37c6dd6a78415d4644ccd75c0f0f52235d75bf22 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 12 Jun 2023 12:09:49 -0700 Subject: [PATCH 1/2] Update newsletter URL --- rsrc_channels.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsrc_channels.qmd b/rsrc_channels.qmd index 48e662e..8085421 100644 --- a/rsrc_channels.qmd +++ b/rsrc_channels.qmd @@ -20,7 +20,7 @@ library(tibble) library(kableExtra) tribble(~Channel, ~Purpose, "Website ", "Home of rOpenSci", - "[Newsletter](https://news.ropensci.org/)", "A digest of R package news, use cases, blog posts, events, curated every two weeks. [Subscribe](https://news.ropensci.org/) via RSS (XML), JSON feed, or email.", + "[Newsletter](https://ropensci.org/news/)", "A digest of R package news, use cases, blog posts, events, curated every two weeks. [Subscribe](https://ropensci.org/news/) via RSS (XML), JSON feed, or email.", "[Videos](https://vimeo.com/ropensci)", "Videos from past Community Calls on Vimeo", "[Mastodon](https://hachyderm.io/@rOpenSci)", "Posts about rOpenSci software, use cases, blog posts, tech notes, events", "Video conferencing", "Community Calls and remote co-working sessions on Zoom", From 40cc20cb71d45810b40385a09355ba87f312bf2d Mon Sep 17 00:00:00 2001 From: Steffi LaZerte Date: Mon, 12 Jun 2023 14:39:33 -0500 Subject: [PATCH 2/2] Add a couple more --- rsrc_channels.qmd | 2 +- rsrc_devguide.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsrc_channels.qmd b/rsrc_channels.qmd index 8085421..6bb57c8 100644 --- a/rsrc_channels.qmd +++ b/rsrc_channels.qmd @@ -119,7 +119,7 @@ and an rOpenSci Community Call - [How to Ask Questions so they get Answered! Pos * Read our [Code of Conduct](https://ropensci.org/code-of-conduct/) to ensure you are ready to participate * **Follow [rOpenSci on Mastodon](https://hachyderm.io/@rOpenSci)** -* **Subscribe to our [Newsletter](https://news.ropensci.org/)** +* **Subscribe to our [Newsletter](https://ropensci.org/news/)** * **Ask or answer questions**. Participate in discussions in the [forum](https://discuss.ropensci.org/), on GitHub or on Slack * **Try a 2-hour [remote co-working session](https://www.cscce.org/2020/02/04/online-co-working-partnerships-are-community-of-practice-in-action/)** with someone in our Slack #co-working channel * **Seek community feedback on your package ideas in the "Packages" category in our [forum](https://discuss.ropensci.org/c/packages)** diff --git a/rsrc_devguide.qmd b/rsrc_devguide.qmd index d33887e..cfe1326 100644 --- a/rsrc_devguide.qmd +++ b/rsrc_devguide.qmd @@ -87,5 +87,5 @@ and in the core curriculum of a Master of Data Science program: [Using rOpenSci * Add a CITATION file to **ensure your package is easily citable** * **Request a co-maintainer for your package**. Post a request in the #package-maintenance [Slack channel](#channels-Slack). * **Volunteer to maintain a package**. - Check out the [rOpenSci Newsletter](https://news.ropensci.org/), + Check out the [rOpenSci Newsletter](https://ropensci.org/news/), the last section is a "Call For Maintainers" and consists of a list of packages specifically looking for maintainers.