Mar 28, 2016
rOpenSci HQ
- We’re still looking for a community manager! Read about the position on our blog to find out more. Informal questions and inquiries welcome at
jobs at ropensci org. - We have two new posts since the last biweekly:
- rOpenSci geospatial libraries - a brief overview of the geospatial libraries in the rOpenSci suite of packages
- Onboarding at rOpenSci: A Year in Reviews - a review of our onboarding system for R packages into rOpenSci
Community
- We’ve added three new people to our community page:
Software
- A new package
jqr(v0.2.0) is on CRAN.jqris an R interface to jq - a JSON processor.jqmakes it easy to slice and dice JSON really easily; it’s a C library, and has a CLI interface that’s really handy in combination withcurlor similar.jqrhas a low level interace tojqso that you can copy/paste the exactjqcommands you use on the CLI. In addition,jqrhas a high level interace that aims to make it easy to constructjqcommands with R functions. Additionally, we make it easy to build upjqcommands with pipes - although you don’t have to use pipes.jqrsupports NSE and SE.jqrcomes bundled withjqitself, and works across all platforms. Repository on GitHub. - A new package
datapack(v1.0.0) is on CRAN.datapackis an R package to handle data packages.datapackprovides an abstraction for collating heterogeneous collections of data objects and metadata into a bundle that can be transported and loaded into a single composite file. See the vignette for an overview. Repository on GitHub. - A new package
hunspell(currently atv0.1.2) is on CRAN.hunspellis a spell checker package. It directly links to the Hunspell C++ library and works on all platforms without installing additional dependencies. Hunspell is the spell checker library used in LibreOffice, OpenOffice, Mozilla Firefox, Google Chrome, Mac OS X, InDesign, and a few more. Check out Hunspell: Spell Checker and Text Parser for R and Stemming and Spell Checking in R for an introduction to the package. Repository on GitHub. - A new version (
0.2.0) oftraitsis on CRAN. See release notes for changes. This version deprecates a number of functions (they’re still avail., but will be defunct/gone in the next version), which are going into a new package originr focused on data on where taxa are native/invasive/etc. Repository on GitHub. - A new version (
0.1.5) ofinternetarchiveis on CRAN. See the the news for changes. Repository on GitHub. - A new version (
0.3.4) ofboldis on CRAN. See the release notes for changes. Repository on GitHub. - A new version (
0.3.0) ofrebirdis on CRAN. See the release notes for changes. Repository on GitHub.
Keep up with rOpenSci news
There are a number of ways to keep up with what rOpenSci is doing:
- Mailing list: Sign up with an email address to get new blog posts sent to your inbox -> ropensci.org/#subscribe
- rOpenSci on Twitter: we’re @ropensci
- The rOpenSci blog at ropensci.org/blog - you can subscribe in any RSS aggregator, or manually via http://ropensci.org/feed.xml. We also announce new blog posts on our Twitter account.