Articles by The Jumping Rivers Blog

Diffify

April 29, 2022 | The Jumping Rivers Blog

You know that sinking feeling that you get when you’re months into a big project and you log in one day and nothing works? Turns out something has updated and things have been removed that y...
[Read more...]

New features in R 4.2.0

April 1, 2022 | The Jumping Rivers Blog

R-4.2.0 is due to be released! Another year has passed, which means an updated version of R is due to be released - R version 4.2.0. As usual there have been many changes and improvements over the last year. This blog post only picks out a tiny handful, but there are ...
[Read more...]

Git: Moving from Master to Main

October 19, 2021 | The Jumping Rivers Blog

In June 2020, GitHub announced that is was moving the default branch name from master to the more neutral name, main. GitLab followed suit in a few months later. Tobie Langel makes the salient point on why changing the name is a good thing: So master is not only racist, it’...
[Read more...]

Understanding the Parquet file format

September 27, 2021 | The Jumping Rivers Blog

Apache Parquet is a popular column storage file format used by Hadoop systems, such as Pig, Spark, and Hive. The file format is language independent and has a binary representation. Parquet is used to efficiently store large data sets and has the extension .parquet. This blog post aims to understand ...
[Read more...]

New features in R 4.1.0

May 17, 2021 | The Jumping Rivers Blog

R-4.1.0 is released! Rejoice! A new R release (v 4.1.0) is due on 18th May 2021. Typically most major R releases don’t contain that many new features, but this release does contain some interesting and important changes. This post summarises some of the notable changes introduced. More detail on the changes ...
[Read more...]

Default knitr options and hooks

March 12, 2021 | The Jumping Rivers Blog

This is part four of our four part series Part 1: Specifying the correct figure dimension in {knitr}. Part 2: What image format should you use for graphics. Part 3: Including external graphics in your document Part 4: Setting default {knitr} options (this post). As with many aspects of programming, when you are working ...
[Read more...]
1 4 5 6 7

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)