Skip to content
Open
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
23 changes: 2 additions & 21 deletions rsrc_channels.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We carry out our work using multiple channels for one-way and multi-way communic

**GitHub** is the platform we use to host our software and documentation projects using Git version control.
Our **newsletter**, delivered every two weeks, is the ideal way to stay informed without being overwhelmed by communication channels.
We use our public **discussion forum**, **Mastodon**, and **Slack**,
We use **Mastodon**, and **Slack**,
each for specific modes of making announcements, promoting contributions from community members,
asking and answering questions about rOpenSci packages and recommended best practices,
knowledge-sharing and exploration of ideas,
Expand All @@ -27,7 +27,6 @@ tribble(~Channel, ~Purpose,
"[GitHub - ropensci](https://github.com/ropensci)", "Mature R packages contributed by rOpenSci staff or community-contributed peer-reviewed packages; software peer review system; rOpenSci website",
"[GitHub - ropenscilabs](https://github.com/ropenscilabs)", "Experimental packages and code experiments from staff, collaborators, and participants of unconfs and related events",
"[GitHub - ropensci-org](https://github.com/ropensci-org)", "Non-code repositories like this guide, the blog guide, ideas for Community Calls",
"[Discussion forum](https://discuss.ropensci.org/)", "Public forum on Discourse for use cases, Q & A about rOpenSci packages, exploration of ideas and best practices",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should replace this with a link to the usecases in the Github Discussions.

"Slack", "A semi-open space for communications among people who contribute to rOpenSci",
"Email: info at ropensci dot org", "To reach rOpenSci staff when other modes are not suitable") %>%
kable(format = "markdown")
Expand All @@ -47,23 +46,6 @@ see [Collaborating with issues and pull requests](https://docs.github.com/en/git
To learn about Markdown formatting for interacting with others in issues and pull requests see [Getting started with writing and formatting on GitHub](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github).
For guidance on connecting R to GitHub we recommend Happy Git and GitHub for the useR - [https://happygitwithr.com/](https://happygitwithr.com/).


<div id="channels-forum"></div>

**Public discussion forum**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, I think this should be replaced with a description and link to the GitHub Discussion. Otherwise how will people know?


[The forum](https://discuss.ropensci.org/) is where we encourage people to have Q & A on a wide range of topics.
It is organized in categories including [**Use Cases**](#usecases) where people post examples of how they've used rOpenSci packages,
[**Blog**](#blog) where an entry is made every time a new post or tech note appears on our blog, [**Statistical Software Peer Review**](#statsreview) for discussion related to developing a software peer review system for statistical software in R,
**Wishlist** for discussions about requested new R packages,
**Antarctic** for discussions about R in Antarctic and Southern Ocean science, and others!
It includes posts like "How do you hire data people in a fair and unbiased way?" in the Community category, to specific help requests about our packages like "Taxize: Get rank of lowest common taxon".

The benefit of posting to our forum, rather than our semi-open Slack space or by email,
is that it is open for others to benefit, searchable within the forum,
and discoverable by browser-based searches.
Posting in the forum requires login and we encourage people to use their real names.

<div id="channels-slack"></div>

**Slack**
Expand Down Expand Up @@ -120,6 +102,5 @@ 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://ropensci.org/news/)**
* **Ask or answer questions**. Participate in discussions in the [forum](https://discuss.ropensci.org/), on GitHub or on Slack
* **Ask or answer questions**. Participate in discussions 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)**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we need a replacement for this somewhere that isn't Slack? Or is the replacement to ask for suggestions on Social Media? But that's not a space we really maintain... hmmmm

Loading