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
MagickGraphicsImagingCRANComputer and Information Sciences
Published
Author Jeroen Ooms

The new magick package is an ambitious effort to modernize and simplify high-quality image processing in R. It wraps the ImageMagick STL which is perhaps the most comprehensive open-source image processing library available today. The ImageMagick library has an overwhelming amount of functionality. The current version of Magick exposes a decent chunk of it, but being a first release, documentation is still sparse.

Natural LanguageText AnalysisPackagesComputer and Information Sciences
Published
Author Lincoln Mullen

The R package ecosystem for natural language processing has been flourishing in recent days. R packages for text analysis have usually been based on the classes provided by the NLP or tm packages. Many of them depend on Java. But recently there have been a number of new packages for text analysis in R, most notably text2vec, quanteda, and tidytext.

RotlOpen TreePublicationComputer and Information Sciences
Published
Authors François Michonneau, Joseph Brown, David Winter

We are excited to announce a paper describing rotl, our package for theOpen Tree of Life data, has beenpublished. The fullcitation is: Michonneau, F., Brown, J. W. and Winter, D. J. (2016), rotl: an Rpackage to interact with the Open Tree of Life data. Methods EcolEvol. doi: https://doi.org/10.1111/2041-210X.12593 The paper, which is freely available, describes the package and the datait wraps in detail.

TravisCRANOSXComputer and Information Sciences
Published
Author Jeroen Ooms

Travis is a continuous integration service which allows for running automated testing code everytime you push to GitHub. Hadley’s book about R packages explains how and why R package authors should take advantage of this in their development process.

AustraliaEventsOzunconfOzunconf16UnconfComputer and Information Sciences
Published
Authors Jessie Roberts, Miles McBain, Nicholas Tierney

On April 21st and 22nd of 2016, we had 40 members of the R community gather in Brisbane, Australia, with the goal of reproducing the rOpensci Unconference events that have been running with great success in San Francisco since 2014. Like every event organisers ever, we went through the usual crisis: Where will it be? Will anyone actually show up? Is the problem space over venue, date, attendees, catering, sponsors convex?

SustainabilityResearchsoftwareInfrastructureComputer and Information Sciences
Published
Author Daniel S. Katz

I’m happy to announce that I’ve started a project with rOpenSciunder their recent award from the Helmsley Foundation. My work with rOpenSci will focus on sustainability of the project itself. Sustainability can be defined as having theresources to do the necessary work to continue and grow rOpenSci. This is one of the most difficult challenges forrOpenSci and for many other research software projects.

SoftwareSoftware Peer ReviewInfrastructureComputer and Information Sciences
Published
Authors Noam Ross, Carl Boettiger, Jenny Bryan, Scott Chamberlain, Rich FitzJohn, Karthik Ram

Code review, in which peers manually inspect the source code of softwarewritten by others, is widely recognized as one of the best tools for findingbugs in software. Code review is relatively uncommon in scientific softwaredevelopment, though.

APIGeoSpatialComputer and Information Sciences
Published
Author Scott Chamberlain

Geospatial data input/output, manipulation, and vizualization are tasks that are common to many disciplines. Thus, we’re keenly interested in making great tools in this space. We have an increasing set of spatial tools, each of which we’ll cover sparingly. See the cran and github badges for more information.

JobsComputer and Information Sciences
Published
Authors Karthik Ram, Scott Chamberlain

The rOpenSci team is growing, thanks in part to our recent funding. We recently welcomed Jeroen Ooms on the software development side and today we’re thrilled to announce a position for community manager. Our mission is to expand access to scientific data and promote a culture of reproducible research and sustainable research software.

OzunconfOzunconf16UnconfComputer and Information Sciences
Published
Author Nicholas Tierney

The rOpenSci Unconference is coming to Australia and we are excited!! The event will take place in sunny Brisbane, on April 21-22 2016 hosted at the Microsoft Innovation Centre.

PDFCRANPdftoolsComputer and Information Sciences
Published
Author Jeroen Ooms

Scientific articles are typically locked away in PDF format, a format designed primarily for printing but not so great for searching or indexing. The new pdftools package allows for extracting text and metadata from pdf files in R. From the extracted plain-text one could find articles discussing a particular drug or species name, without having to rely on publishers providing metadata, or pay-walled search engines.