Posts Tagged ‘ R packages ’

GUI chart formatting with playwith

June 4, 2010
By
GUI chart formatting with playwith

There are a huge number of plots, annotations and parameters available in R for constructing charts and graphics. While looking through the R Programming wikibook I noticed a reference to a library called playwith. It provides a GUI that allows you ...

Read more »

hash-2.0.0

April 30, 2010
By
hash-2.0.0

Come see my talk on hashes in R at useR! 2010. (http://user2010.org/) July 20-23 National Institute of Standards and Technology (NIST), Gaithersburg, Maryland, USA

Read more »

Parallel Multicore Processing with R (on Windows)

April 21, 2010
By

Parallel Processing backend for R under windows - installation tips and some examples.

Read more »

hash-1.99.x

February 17, 2010
By

hash-2.0.0 has been released please read about it here: Earlier today, hash-1.99.x was released to CRAN. This is a stable release and adds some more functions to an already full-featured hash implementation. This version fixes some bugs, adds some features, improves performance and stability. You can read about the hash package in

Read more »

packages and CRANtastic

August 24, 2009
By
packages and CRANtastic

Additional functionality in R is added through packages, which consist of libraries of bundled functions, datasets, examples and help files that can be downloaded from CRAN (the Comprehensive R Archive Network). The function install.packages() or the w...

Read more »