From bc8682a8de46120d371d59e227a3ca2f34cf8a51 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Tue, 26 Apr 2022 10:33:37 -0500 Subject: [PATCH] Suggest #RStats hashtag Feel free to tweak wording on this if you like. To avoid overlap with other... less savory hashtags (some people share their grooming practices on Tuesdays, apparently), it might be helpful to encourage people to tag with both #TidyTuesday and #RStats to make it easier to find relevant results (particularly for classes). The other stuff isn't overwhelming, but some of it is NSFW, so [#TidyTuesday #rstats](https://twitter.com/search?q=(%23TidyTuesday%20AND%20%23rstats)&f=live) is probably safer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc7cfd70..4d75c6c35 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ We welcome all newcomers, enthusiasts, and experts to participate, but be mindfu 2. Again, the data is what it is! You are welcome to explore beyond the provided dataset, but the data is provided as a "toy" dataset to practice techniques on. 3. This is NOT about criticizing the original article or graph. Real people made the graphs, collected or acquired the data! Focus on the provided dataset, learning, and improving your techniques in R. 4. This is NOT about criticizing or tearing down your fellow `#RStats` practitioners or their code! Be supportive and kind to each other! Like other's posts and help promote the `#RStats` community! -4. Use the hashtag #TidyTuesday on Twitter if you create your own version and would like to share it. +4. Use the hashtags #TidyTuesday and #RStats on Twitter if you create your own version and would like to share it. 5. Include a picture of the visualisation when you post to Twitter. 6. Include a copy of the code used to create your visualization when you post to Twitter. Comment your code wherever possible to help yourself and others understand your process! 7. Focus on improving your craft, even if you end up with something simple!