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
Published
Author Jeroen Ooms

This week we released a major new version of the rsvg package on CRAN. This package provides R bindings to librsvg2 which is a powerful system library for rendering svg images into bitmaps that can be displayed, or use for further processing in for example the magick package. The biggest change in this release is the R package on Windows and MacOS now includes the latest librsvg 2.48.4. This is a major upgrade;

Published
Authors The rOpenSci Team, Brooke Anderson, Robin Lovelace, Ben Marwick, Ben Raymond, Anton Van de Putte, Louise Slater, Sam Zipper, Ilaria Prosdocimi, Sam Albers, Claudia Vitolo

The COVID-19 pandemic has dramatically impacted all of our lives in a very short period of time.Spring and summer are usually very busy as students prepare to go the field to engage in various data collection efforts.The pandemic has also disrupted these carefully planned activities as travel is suspended and local and remote field stations have closed indefinitely.A lost field season can be a major setback for a dissertation timeline and

Published

Our website is based on Markdown content rendered with Hugo.Markdown content is in some cases knit from R Markdown, but with less functionality than if one rendered R Markdown to html as in the blogdown default.In particular, we cannot use the usual BibTex + CSL + Pandoc-citeproc dance to handle a bibliography.Thankfully, using the rOpenSci package RefManageR, we can still make our own bibliography from a BibTeX file without formatting

Published

Thanks to a quite overdue update of Hugo on our build system 1 , our website can now harness the full power of Hugo code highlighting for Markdown-based content.What’s code highlighting apart from the reason behind a tongue-twister in this post title?In this post we shall explain how Hugo’s code highlighter, Chroma, helps you prettify your code (i.e. syntax highlighting ), and accentuate parts of your code (i.e. line

Published

Whilst working on the blog guide, Stefanie Butland and I consolidated knowledge we had already gained, but it was also the opportunity to up our Rmd/Hugo technical game.Our website uses Hugo but not blogdown 1 to render posts: every post is based on an .md file that is either written directly or knit from an .Rmd file.We wanted to provide clear guidance for both options, and to stick to the well-documented Hugo way of e.g. inserting

Published
Author M.K. Lau

The R language has become very popular among scientists and analystsbecause it enables the rapid development of software and empowersscientific investigation. However, regardless of the language used,data analysis is usually complicated. Because of various projectcomplexities and time constraints, analytical software often reflectsthese challenges. “What did I measure? What analyses are relevant tothe study? Do I need to transform the data?

Published

rOpenSci HQ The recording, collaborative notes and links to community discussion and resources are up for our latest Community Call on Maintaining an R package. Panel moderated by Julia Silge included Elin Waring, Erin Grand, Leonardo Collado-Torres, and Scott Chamberlain.  Software Peer Review 1 staff-contributed package passed software peer review. parzer - Parse messy geographic coordinates. Author: Scott Chamberlain;

Published
Author Matthew Strimas-Mackey

One of the first things I took on when I started at the Cornell Lab of Ornithology was creating the auk R package for accessing eBird data. The entire eBird dataset can be downloaded as a massive text file, called the eBird Basic Dataset (EBD), and auk pulls out manageable chunks of the dataset based on various spatial, temporal, or taxonomic filters.