R 3.0 - The Masked Marvel
Written by Kay Ewbank   
Tuesday, 09 April 2013

A major update of the R programming has been released with support for 64-bit integer values on all platforms. The release also pulls together the cumulative updates from the minor releases over the last eight years.

R was created for statistical analysis and graphing, and is popular with statisticians who need to analyze data. It lets you organize data, define complex calculations, and display the results visually. The widespread adoption of R means there are more than 5000 specialised extension packages for R.

The new release has been code-named ‘the Masked Marvel’, and according to a post on the Revolutions blog by David Smith:

“Although many people won’t notice the difference, the introduction of long vectors to R is in fact a significant upgrade, and required a lot of work behind-the-scenes to implement in the core R engine. It will allow data frames to exceed their current 2 billion row limit, and in general allow R to make better use of memory in systems with large amounts of RAM. Many thanks go to the R core team for making this improvement.”

The announcement about the new release on the R-statistics blog lists over 200 improvements, though the Revolutions blog says that the increment in the version number reflects not a fundamental change in the R language itself, but a recognition that the R codebase has matured to a point where closing out the 2.x series makes sense.

Some of the more notable changes include new functions; options controlling how .C() and .Fortran() pass arguments to compiled code; and the ability to use matrix indexing by two-column numeric indices for replacement as well as extraction. The parser has been improved and now supports more detailed computation on the code, such as syntax highlighting and comment-based documentation. Local reference classes have been added to package methods, so you can avoid having to copy large components of objects that you don’t need.  

 

Banner

 


AWS Introduces A New JavaScript Runtime For Lambda
19/03/2024

Amazon has announced the availability, albeit for experimental purposes, of a new JavaScript based runtime called Low Latency Runtime or LLRT for short, to bring JavaScript up to the performance throu [ ... ]



GitHub Enterprise Server Adds Deployment Rollout Controls
11/03/2024

Version 3.12 of GitHub Enterprise Server, the self-hosted version of GitHub that organizations can install on their own servers, has been released with support for restricting deployment rollouts [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 28 April 2017 )