Site icon R-bloggers

Keeping up to date with R news

[This article was first published on Posts on Maëlle's R blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I’ve now given my talk about “How to be a resilient R user” three times, at R-Ladies Strasbourg and R-Ladies Paris in person, and at R-Ladies San José via Google Hangouts. It was fun! I covered part of the content of that talk in a blog post about where to get R help. Today, it’s time for a post full of my personal opinions! I’ll cover the rest of the talk: why and how stay up to date with R news?

Why it’s important to stay informed

Following the news is a big part of being a resilient R user, because it helps you solve the problems you didn’t know you had (maybe you’ll see a package that can replace a cumbersome script of yours!) and the problems you will have (one day, you’ll need to make a map, and be thankful you already vaguely know sf exists). Obviously, staying aware helps because you learn about tools and their applications. But it also helps because it makes you learn about people and organizations! It is highly valuable to get a sense of who’s working on what and of where the developments on a topic happen, because when you consciously look for something later, it’ll help you find your way more easily.

Where to get your R news fix

Here is a probably non exhaustive list of where to get R news. Pick the ones that fit your interests and workflow better, and do not hesitate to tell me of other information sources in the comments!

Infinite information flows: Twitter, GitHub and dev.to

Both Twitter and GitHub offer some sort of timeline, as does dev.to.

Note that there’s no ad on GitHub timelines… yet.

When reading my GitHub timeline and seeing what I think are people experimenting with #rstats usethis/devtools, I wonder whether the default description could be sold as ad space ???? pic.twitter.com/eUVkUqdZyX

— Maëlle Salmon ???? (@ma_salmon) 9 de març de 2018

News aggregators

This is a category I made up, where I’m putting these information sources that are less overwhelming than Twitter because already more organized and curated.

R conferences and meetups

R conferences (satRdays, useR!, RStudio::conf, LatinR, ConectaR, etc.) and meetups (R-Ladies meetups, R User groups) will allow you to stay aware of new developments as well as to make R friends. How to know which ones are taking place?

Now, attending events is obviously fantastic, but you can also make the most of what’s online!

At this point, I’d like to add a short side note about R-Ladies abstract peer-review system organized by Jennifer Thompson! The idea is to encourage R-Ladies to speak at R conferences by giving them feedback on their abstracts. R-Ladies, submit your abstract. R-Ladies and allies, volunteer as abstract reviewer.

Other sources of information

Maybe you’re into podcasts? If so, check out e.g. Not So Standard Deviations and Credibly Curious. Jumping Rivers maintains a list of data science podcasts.

I like this monthly post by RStudio Joseph Rickert, selecting 40 packages among all new CRAN releases, organized in sections which makes it easy to digest.

What to do with the information

Now that you know how to get a ton of info, what should you do with it?

Assess it!

Assess the information you get much like you would assess any piece of news, and maybe ask your R friends what they think. If hesitating to try out a new package, always perform a mini assessment to estimate whether it’s worth your time and trust. Assessing a package is not the topic of this post, but have a look at e.g. criteria used in this rOpenSci unconf project, Jeff Leek’s post about how he decides to trust an R package, rOpenSci packaging guidelines.

Store it somehow

Maybe you don’t need any system because you have a good memory, maybe you do need one. I’m not an organization coach so will only throw a few links/ideas. Figuring out what works best for you is very important, it’ll make this time investment reading news worth it.

Share it!

Maybe needless to say, if you like something you read or use, go forth and post it in your networks, to help feed the information flows. 🙂

Conclusion

In this post inspired by my recent R-Ladies talks, I summarized my views on why, where and how to stay aware of news about R. I had included the topic in my talks because I’ve been asked “But how do you know about this?!” and answered “Oh, I simply read about it”. After a few similar conversations, I realized that maybe it’d be useful to share my personal experience. I hope you find your own optimal routine, discover awesome stuff… and remember about it when needed!

To leave a comment for the author, please follow the link and comment on their blog: Posts on Maëlle's R blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.