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
Published

Do you remember your first contribution to open source?Or are you still waiting to make it? Contributing to open source can be very rewarding, but also incredibly intimidating.When we asked about first time contributions on the rOpenSci Slack,people recalled the challenges and mistakes they made, but mostly how much they learned from and enjoyed that experience.For open source maintainers, contributions can also lead to mixed feelings,as

Published

Exciting News! The Chan Zuckerberg Initiative has awarded rOpenSci a new grant to foster sustainable scientific software as a pillar of Open Science in Latin America by building capacity and community. With this $340K grant, we’re planning to launch a Spanish-language version of our Champions Program, along with other new initiatives to make sustainable software development more accessible to researchers across the region.

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 Community call recording: Navigating the R ecosystem using R-universe Video and resources. Learn more about R-Universe and how you can use it to improve your R package development workflow.

Published

For the better part of a year, I have been looking for an opportunity to use the rOpenSci package deposits in myrole as the Data Librarian at EcoHealth Alliance.I had done some initial testing with Mark Padgham, the brilliant person who developed this package, but there weren’t any projects ready for me to put deposits through its paces.Enter the Rift Valley Fever Virus in South Africa project, a ten year, multiple part study of humans,

Published

As part of our work documenting R-Universe,we’re adding screenshots of the interface to the documentation website.Taking screenshots manually could quickly become very cumbersome, especially as we expect they’ll need updating in future: we might want to change the universes we feature, the interface might improve yet again and therefore look slightly different.Therefore, we decided to opt for a programmatic approach.In this post we shall present

Published
Author Liz Hare

R is a language and environment for statistical computing.There are several tools and approaches for interacting with R, but not all are accessible with screen readers.This guide provides an overview of the tools and techniques available to screen reader users across different operating systems, with practical tips and resources to help them navigate the R environment.This guide may not be complete, but I hope it serves as a valuable starting

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 Community call: Navigating the R ecosystem using R-Universe! On Tuesday, 24 September 2024 16:00 UTC (no RSVP needed), join us to learn more about R-Universe and how you can use it to improve your R package development workflow.

Published
Author Vincent van Hees

R packages, like any software, require maintenance. Package maintenance includes: Fixing bugs when discovered. Adapting to updates in package dependencies. Providing some level of user and contributor support. When desired, refactoring code or adding new functionality. Without maintenance efforts a package is at risk of losing its value. Yet, maintaining a package for years or even decades can be challenging as it is time consuming.