Programming

R core team releases R 3.5.3

1 min read

The R Core Team released R 3.5.3, last week. R 3.5.3 explores bug fixes to the functions writeLines, setClassUnion, and stopifnot. R 3.5.3 is a minor release and does not consist of many new changes or improvements.

What’s new in R 3.5.3?

  • Detection of flags has been improved for C++ 98/11/14/17.
  • There’s a new macro ‘F_VISIBILITY’ chosen as an alternative for ‘F77_VISIBILITY’. This new macro will now become the preferred form in R 3.6.0.
  • The issue in writeLines (readLines (fnam), fnam) has been fixed. It now works as expected.
  • setClassUnion () no longer sends warnings to its users. It instead uses message() on encountering “non local” subclasses in class members.
  • The failure issue in stopifnot (exprs = T) has been fixed.

R team usually use the release names that are in references to Peanuts strips/films. The code-name for this release ( R 3.5.3) has been selected as “Great Truth” by the R team, which left its users with a bit of a mystery. R core team also gave a hint to its users, saying that the clue is in the date of the release i.e. 11th March 2019.

The code-name has been debunked, with one user tweeting out the reference in one of the Peanuts strips:

For more information, check out the official R 3.5.3 release notes.

Read Next

Android Studio 3.5 Canary 7 releases!

LXD 3.11 releases with configurable snapshot expiry, progress reporting, and more

GNU Octave 5.1.0 releases with new changes and improvements

Natasha Mathur

Tech writer at the Packt Hub. Dreamer, book nerd, lover of scented candles, karaoke, and Gilmore Girls.

Share
Published by
Natasha Mathur

Recent Posts

Harnessing Tech for Good to Drive Environmental Impact

At Packt, we are always on the lookout for innovative startups that are not only…

2 months ago

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago