Computer and Information SciencesHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Home PageJSON Feed
language
TransitionsLeadershipComputer and Information Sciences
Published
Author Noam Ross

I am pleased, excited, and humbled to announce that I am stepping into the role of Executive Director of rOpenSci starting April 1. First, let me give my gratitude to our outgoing Executive Director and friend Karthik Ram for his leadership and mentorship running rOpenSci the past decade. He’s been a steady hand and visionary that helped our community accomplish so much together in this time.

NewsletterComputer and Information Sciences
Published
Author The rOpenSci Team

Dear rOpenSci friends, it’s time for our monthly news roundup! You can read this post on our blog.Now let’s dive into the activity at and around rOpenSci!rOpenSci HQ Leadership changes at rOpenSci After 13 years at the helm of rOpenSci, our founding executive director Karthik Ram is stepping down.Noam Ross, rOpenSci’s current lead for peer review, will be our new Executive Director.

Tech NotesPackage DevelopmentChampions ProgramHow-toTestingComputer and Information Sciences
Published
Author Maëlle Salmon

rOpenSci’s second cohort of Champions has been onboarded!Their training first started with a session on code style, was followed by three sessions on the basics of R package development, and ended with a session on advanced R package development, which consisted of a potpourri of tips with discussion, followed by time for applying these principles to the participants’ packages.Here, I want to share one of the topics covered: Package testing, and

Software Peer ReviewDev GuideMultilingualComputer and Information Sciences
Published
Authors Maëlle Salmon, Mark Padgham, Noam Ross

rOpenSci Software Peer Review’s guidance is gathered in an online book that keeps improving!This blog post summarises what’s new in our Dev Guide 0.9.0, with all changes listed in the changelog.Now available in Spanish!

CommunityMaintenancePackage-developmentComputer and Information Sciences
Published
Authors Yanina Bellini Saibene, Maëlle Salmon

Now that you have created your package, presenting it to the world is a crucial step to gain visibility and attract users . Marketing your package effectively contributes to reaching the people your package can support, finding users to assist you in maintaining and improving your package and allowing you to learn about how people use it. In this blog post we suggest a series of activities and tools for advertising your

Code Of ConductGovernanceCommunityComputer and Information Sciences
Published
Authors Yanina Bellini Saibene, Mark Padgham, Kara Woo, Natalia Morandeira

Our community is our best asset. It’s so important to us, it’s in our mission statement. We recognize that communities are not inclusive by default; they require deliberate attention, including an enforceable Code of Conduct. rOpenSci is committed to providing a safe, inclusive, welcoming, and harassment-free experience for everyone.

Package DevelopmentTech NotesComputer and Information Sciences
Published
Authors Julia Silge, Joseph O'Brien, Maëlle Salmon

The package qualtRics maintained by Julia Silge together with Joseph O’Brien provides functions to access survey results directly into R using the Qualtrics API. Qualtrics is an online survey and data collection software platform.Help test or improve qualtRics! Are you a heavy user of the Qualtrics survey tooling in general, and of the qualtRics R package in particular? Then you can help build and test the package.How to help?

Package DevelopmentTech NotesComputer and Information Sciences
Published
Authors Tony Fischetti, Maëlle Salmon

The package assertr maintained by Tony Fischetti, provides functionality to assert conditions that have to be met so that errors in data used in analysis pipelines can fail quickly.The provided functionality is similar to stopifnot() but more powerful, friendly, and easier for use in pipelines.Contributed to assertr!