We are pleased to open the call for the second cohort of
Champions and Mentors
for the rOpenSci Champions Program 🎉 ! This program will continue to support our goal of identifying, recognizing, and rewarding passionate community members who help the community grow and improve.
CommunityChampions ProgramComputer and Information Sciences
We designed the rOpenSci Champions Program with a mentorship aspect. Mentoring plays a significant role in the growth and development of both mentors and mentees alike.
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 Meeting the stars of the R-universe: PEcAn, an Open Source Project to Take Care of the Planet Knowing our community’s stories helps us to learn about the people behind our software, brings us closer and offers us new opportunities.
RCommunityCommunity-manager-toolsCoworkingEventsComputer and Information Sciences
We first introduced our Coworking andOffice Hour sessions in August 2021 after a successful pilot of several’label-athon’s in the April and May prior. We’ve had a successful couple of years since then and the coworking sessionshave evolved into themed events with different community hosts and me asa facilitator. It’s been a lovely change and we thought it was time to share these updates with the rOpenSci community! 🎉What are these sessions?
CommunityChampions ProgramComputer and Information Sciences
We designed the rOpenSci Champions Program with a mentorship aspect. Mentoring plays a significant role in the growth and development of both mentors and mentees alike.
CommunityChampions ProgramComputer and Information Sciences
How do you measure the impact of a champions program? This was the central question of a working session at
CZI’s Accelerating Open Science in Latin America
workshop, convened by rOpenSci’s Community Manager Yani Bellini Saibene and attended by CSCCE’s Founder and Director, Lou Woodley. Measuring the impact of any kind of community program presents a series of challenges: What is the impact that you’re hoping your program will have?
As we anticipated in November 2022 the changes implemented by Twitter have generated a less safe and friendly space for our community. That is why from
June 2023
, we will stop interacting on this platform. We will maintain the account in hopes that we can return when Twitter is once again a safe and supportive space, but in the meanwhile will focus our communication efforts elsewhere.
CommunityChampions ProgramComputer and Information Sciences
We designed the rOpenSci Champions Program with a mentorship aspect. Mentoring plays a significant role in the growth and development of both mentors and mentees alike.
CommunityR-universeInterviewsR-universe-starsComputer and Information Sciences
Authors Yanina Bellini Saibene, Alejandra Bellini, Lucio Casalla, Steffi LaZerte, Rob Kooper, Chris Black, Eric Scott, Michael Dietze, David LeBauer
A new post of our interview series “Meeting the stars of the R-universe”. We aim to introduce the teams and people behind the development of software and packages many of us use and which are available through the R-Universe. We want to highlight and explore different teams and projects around the world, the work they do, their processes and users. Our third stop is the
United States
to talk with members of the PEcAn project.
PandocRmarkdownPublicationQuartoMarkdownComputer and Information Sciences
The Pandoc CLI by John MacFarlane is a really useful tool: for instance, rOpenSci community manager Yanina Bellini Saibene recently asked Maëlle whether she could convert a Google Document into a Quarto book.Maëlle solved the request with a combination of Pandoc (conversion from docx to HTML then to Markdown through pandoc::pandoc_convert()) and XPath.You can find the resulting experimental package quartificate on GitHub.Pandoc is not only
R-universeTech NotesSnapshotPackagesDashboardComputer and Information Sciences
Downloading repository snapshots The new snapshot API lets you download a full copy of any CRAN-like repository on r-universe. You can use such a snapshot to mirror the entire CRAN-like repository on your own servers, or for example to build a stable, validated release of your package suite. The API endpoint is simply /api/snapshot and has several options to filter content.