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
HelpComputer and Information Sciences
Published
Author Scott Chamberlain

With the US government shut down, many of the federal government provided data APIs are down. We write R packages to interact with many of these APIs. We have been tweeting about what APIs that are down related to R pacakges we make, but we thought we would write up a proper blog post on the issue. NCBI services are still up! NCBI is within NIH, which is within the Department of Health and Human Services.

HelpComputer and Information Sciences
Published
Author Scott Chamberlain

Just a quick note that the Task View we have been working on with others Web Technologies and Services is up on CRAN now. Find it here https://cran.r-project.org/web/views/WebTechnologies.html. This is the first version - there are definitely changes to come. Changes are being suggested as I write this on Twitter… The draft version of the task view is on Github here if you want to file an issue.

HelpComputer and Information Sciences
Published
Author Scott Chamberlain

To help you use rOpenSci packages we put tutorials up on our site at /tutorials. Up to now, we created them with combination of raw html + converting code blocks to html and inserting them, etc. – it was a slow process to update them when changes happened in our packages. So we thought of a better plan… Recently CRAN started accepting R package vignettes (basically, tutorials built in to packages) in R Markdown format.

RComputer and Information Sciences
Published
Author Scott Chamberlain

There is an increasing set of R packages for interacting with the web from R, whether it be the low level tools to interact with the web via http (see RCurl and httr), parsing data from the web (like RJSONIO and XML), or wrappers to web APIs that provide data (like twitteR). Most of you probably know about CRAN Task Views that aggregate information about R packages and functions on a particular subject area into a simple web page.

RComputer and Information Sciences
Published
Author Scott Chamberlain

Good discovery tools for sotware are important as they can facilitate the pace of software development, bugs are found and squashed and new features added more quickly, and users find software they need faster. We have a page on our website for our packages that provides an overview of the packages we have, with descriptions and links.

Climate ChangePhenologyAPIComputer and Information Sciences
Published
Author Scott Chamberlain

I recently attended ScienceOnline Climate, a conference in Washington, D.C. at AAAS. You may have heard of the ScienceOnline annual meeting in North Carolina - this was one of their topical meetings focused on Climate Change. I moderated a session on working with data from the web in R, focusing on climate data. Search Twitter for #scioClimate for tweets from the conference, and #sciordata for tweets from the session I ran.

EcologyAPIComputer and Information Sciences
Published
Author Scott Chamberlain

We have started a new R package interacting with NOAA climate data called rnoaa . You can find our package in development here and documentation for NOAA web services here. It is still early days for this package, but we wanted to demo what you can do with the package.

AltmetricsPLOSComputer and Information Sciences
Published
Author Scott Chamberlain

We recently had a paper come out in a special issue on article-level metrics in the journal Information Standards Quarterly. Our paper basically compared article-level metrics provided by different aggregators. The other papers covered various article-level metrics topics from folks at PLOS, Mendeley, and more. Get our paper.

ConferenceComputer and Information Sciences
Published
Author Karthik Ram

It’s the last week in July and this means that ecologists across North America (and elsewhere) are busy returning from the field and preparing their presentations and posters in anticipation of the annual Ecological Society of America meeting. The entire rOpenSci dev team will be in attendance this year and we have several workshops, talks, and events planned out.

APIClimateMapsGBIFEcologyComputer and Information Sciences
Published
Author Ted Hart

One of our primary goals at ROpenSci is to wrap as many science API’s as possible. While each package can be used as a standalone interface, there’s lots of ways our packages can overlap and complement each other. Sure He-Man usually rode Battle Cat, but there’s no reason he couldn’t ride a my little pony sometimes too. That’s the case with our packages for GBIF and the worldbank climate data api.

APIClimateMapsComputer and Information Sciences
Published
Author Ted Hart

A recent video on the PBS Ideas Channel posited that the discovery of climate change is humanities greatest scientific achievement. It took synthesizing generations of data from thousands of scientists, hundreds of thousands (if not more) of hours of computer time to run models at institutions all over the world. But how can the individual researcher get their hands of some this data?