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
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 Co-working events Join us for social coworking & office hours monthly on 1st Tuesdays! Hosted by Steffi LaZerte and Nick Tierney. Everyone welcome. No RSVP needed. Consult our Events page to find your local time and how to join.

CommunityComputer and Information Sciences
Published
Author Stefanie Butland

I’m writing to share news that I’m moving on from my position as rOpenSci’s Community Manager. Friday, January 14th is my last day.Being rOpenSci’s first Community Manager has been my dream job. You have all given me such joy over the past 5.5 years.I love collaborating to create new things, so it’s time for me to step away and take some time to explore what might come next.

Code Of ConductGovernanceCommunityComputer and Information Sciences
Published
Authors Stefanie Butland, Mark Padgham, Kara Woo, Megan Carter

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.

CommunityCode Of ConductGovernanceComputer and Information Sciences
Published
Authors Stefanie Butland, Mark Padgham, Kara Woo

The rOpenSci community is supported by our Code of Conduct with a clear description of unacceptable behaviors, instructions on how to make a report, and information on how reports are handled. We, the Code of Conduct Committee, are responsible for receiving, investigating, deciding, enforcing and reporting on all reports of potential violations of our Code.

ForumHelpComputer and Information Sciences
Published
Author The rOpenSci Team

Do you have an account on the rOpenSci forum?As underlined in our contributing guide, our forum is where we encourage Q&A and exploration of ideas on a various range of topics .Compared to our Slack semi-open workspace, the forum is entirely open and much easier to search , so a great place to gather some collaborative knowledge!We have recently streamlined categories so that it might be

R-universeTech NotesReproducibilityRenvComputer and Information Sciences
Published
Author Jeroen Ooms

What is renv RStudio’s renv package is a powerful dependency management toolkit for R. It allows you to create a lockfile that records the exact versions of R packages used in a given project, and provides tooling to install exactly those same versions on another machine, or at a later point in time. This is very useful to create an isolated project environment for reproducibility or production purposes.

FundingChampionsCscceDiversityBelongingComputer and Information Sciences
Published
Authors Stefanie Butland, Karthik Ram, Noam Ross, Maëlle Salmon

We are thrilled to have been awarded new funding as part of the Chan Zuckerberg Initiative Open Science program’s education and capacity building strategy. This $400K grant will support a new project to enable more members of historically excluded groups to participate in, benefit from, and become leaders in the R, research software engineering, and open source and open science communities.

CommunityThank YouComputer and Information Sciences
Published
Authors Stefanie Butland, Steffi LaZerte

Can you think of an rOpenSci community member that you’d like to thank?A reviewer who helped you improve your package?Someone who answered your question?A community call speaker from whom you gained insight?Someone who encouraged you behind the scenes?

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 Community call: @ropensci-review-bot help!

R-universeRssFeedsTech NotesComputer and Information Sciences
Published
Author Jeroen Ooms

Continuous deployment in r-universe A major difference between r-universe and static repositories like CRAN and BioConductor is continuous deployment: packages in r-universe are continuously built in CI and immediately deployed to our package server. This package server stores binaries and metadata in a database, which enables us to dynamically query and expose all the package data through APIs, dashboards, feeds, etc.