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
SoftwareSoftware Peer ReviewCommunityComputer and Information Sciences
Published
Authors Noam Ross, Scott Chamberlain, Karthik Ram, Maëlle Salmon

At rOpenSci, we create and curate software to help scientists with the data life cycle. These tools access, download, manage, and archive scientific data in open, reproducible ways. Early on, we realized this could only be a community effort. The variety of scientific data and workflows could only be tackled by drawing on contributions of scientists with field-specific expertise. With the community approach came challenges.

CommunityCommunity CallEventsSoftware Peer ReviewComputer and Information Sciences
Published

Are you thinking about submitting a package to rOpenSci’s open peer software review? Considering volunteering to review for the first time? Maybe you’re an experienced package author or reviewer and have ideas about how we can improve. Join our Community Call on Wednesday, September 13th . We want to get your feedback and we’d love to answer your questions!

CommunitySoftwareSoftware Peer ReviewHardwareRopenaqComputer and Information Sciences
Published

As you might remember from my blog post about ropenaq, I work as a data manager and statistician for an epidemiology project called CHAI for Cardio-vascular health effects of air pollution in Telangana, India. One of our interests in CHAI is determining exposure, and sources of exposure, to PM2.5 which are very small particles in the air that have diverse adverse health effects.

Data AccessPackagesSpatialGeospatialSoftware Peer ReviewComputer and Information Sciences
Published
Author Kyle Bocinsky

The package FedData has gone through software review and is now part of rOpenSci. FedData includes functions to automate downloading geospatial data available from several federated data sources (mainly sources maintained by the US Federal government). Currently, the package enables extraction from six datasets:The National Elevation Dataset (NED) digital elevation models (1 and 1/3 arc-second;

Software Peer ReviewReviewerVisdatCommunityPackagesComputer and Information Sciences
Published
Author Mara Averick

Contributing to an open-source community without contributing code is an oft-vaunted idea that can seem nebulous. Luckily, putting vague ideas into action is one of the strengths of the rOpenSci Community, and their package onboarding system offers a chance to do just that.

SoftwarePackagesSoftware Peer ReviewCommunityVisdatComputer and Information Sciences
Published
Author Nicholas Tierney

This is a phrase that comes up when you first get a dataset. It is also ambiguous. Does it mean to do some exploratory modelling? Or make some histograms, scatterplots, and boxplots? Is it both? Starting down either path, you often encounter the non-trivial growing pains of working with a new dataset.

PackagesTesseractOCRTech NotesComputer and Information Sciences
Published

Last week we released an update of the tesseract package to CRAN. This package provides R bindings to Google’s OCR library Tesseract.install.packages("tesseract") The new version ships with the latest libtesseract 3.05.01 on Windows and MacOS. Furthermore it includes enhancements for managing language data and using tesseract together with the magick package.

PackagesSoftwareImagesMagickComputer and Information Sciences
Published

Last week, version 1.0 of the magick package appeared on CRAN: an ambitious effort to modernize and simplify high quality image processing in R. This R package builds upon the Magick++ STL which exposes a powerful C++ API to the famous ImageMagick library. The best place to start learning about magick is the vignette which gives a brief overview of the overwhelming amount of functionality in this package.

CommunityMeetingsComputer and Information Sciences
Published

You can find members of the rOpenSci team at various meetings and workshops around the world. Come say ‘hi’, learn about how our packages can enable your research, or about our onboarding process for contributing new packages, discuss software sustainability or tell us how we can help you do open and reproducible research. 🔗Where’s rOpenSci?

CommunityMeetingsSoftwareUnconfUnconf17Computer and Information Sciences
Published
Author Noam Ross

Since June, we have been highlighting the many projects that emerged from this year’s rOpenSci Unconf. These projects start many weeks before unconf participants gather in-person. Each year, we ask participants to propose and discuss project ideas ahead of time in a GitHub repo. This serves to get creative juices flowing as well as help people get to know each other a bit through discussion.

DataElasticElasticsearchDatabasesTech NotesComputer and Information Sciences
Published
Author Scott Chamberlain

elastic is an R client for Elasticsearch elastic has been around since 2013, with the first commit in November, 2013. 🔗What is Elasticsearch? If you aren’t familiar with Elasticsearch, it is a distributed, RESTful search and analytics engine.It’s similar to Solr. It falls in the NoSQL bin of databases, holding data in JSON documents, insteadof rows and columns.