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

 


Women Who Code Closing For Lack of Funding
24/04/2024

Women Who Code the US-based non-profit organization that since its foundation in 2011 has advocated for women and diversity in technology, has announced its imminent closure due to critical funding cu [ ... ]



Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Friday, 28 April 2017 )