Site icon R-bloggers

rOpenSci News Digest, July 2022

[This article was first published on rOpenSci - open tools for open science, 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.
< !-- Before sending DELETE THE INDEX_CACHE and re-knit! -->

Dear rOpenSci friends, it’s time for our monthly news roundup!

< !-- blabla -->

You can read this post on our blog. Now let’s dive into the activity at and around rOpenSci!

rOpenSci HQ

rOpenSci Code of Conduct update

We are pleased to announce the release of a new version of our Code of Conduct.
Based on the feedback of our community we added greater detail about acceptable and unacceptable behaviors in online settings and we have the first translation of the text to Spanish.

Committee changes

We thank Megan Carter for serving as independent community member until June, 2022 and welcome back Kara Woo to serve on this role. Yanina Bellini Saibene joins the committee as the new rOpenSci Community Manager.

You can read all the details in our blog post.

Software 📦

New packages

The following three packages recently became a part of our software suite:

Discover more packages, read more about Software Peer Review.

New versions

The following eight packages have had an update since the last newsletter: datefixR (v1.0.0), dittodb (v0.1.4), EDIutils (v1.0.1), jagstargets (1.0.3), lingtypology (v1.1.9), restez (v2.0.0), rtweet (v1.0.2), and tidyqpcr (v1.0.0).

Software Peer Review

There are fifteen recently closed and active submissions and 2 submissions on hold. Issues are at different stages:

Find out more about Software Peer Review and how to get involved.

On the blog

< !-- Do not forget to rebase your branch! -->

Tech Notes

Call for maintainers

We’re looking for a new maintainer, or a new maintainer team, for each of the following packages:

If you’re interested, please comment in the issues or email info@ropensci.org.

For more info, see

Package development corner

Some useful tips for R package developers. 👀

pak::pak()

Say you cloned a repository and are now getting ready to debug it. How do you make sure you have all its development dependencies installed? Simply run pak::pak()! Easy to remember and to type, and it works!

Update to CRAN NEWS.md parsing

If you maintain a changelog for your package, as you should, and have chosen the Markdown format (NEWS.md) to do so, you might need to pay attention to its formatting for optimal parsing by

How to handle CRAN checks with _R_CHECK_DEPENDS_ONLY_=true

In some cases CRAN might run checks without installing the Suggested dependencies. How to ensure your vignettes still “work”, that is to say, that R CMD check will not produce any error or warning?

Last words

Thanks for reading! If you want to get involved with rOpenSci, check out our Contributing Guide that can help direct you to the right place, whether you want to make code contributions, non-code contributions, or contribute in other ways like sharing use cases.

If you haven’t subscribed to our newsletter yet, you can do so via a form. Until it’s time for our next newsletter, you can keep in touch with us via our website and Twitter account.

To leave a comment for the author, please follow the link and comment on their blog: rOpenSci - open tools for open science.

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.