packages

R Packages for Social Search

December 30, 2010 | David Smith

Jesse Bridgewater works on "social search awesomeness" for the Bing search engine, and is setting up his dev environment with the necessary tools including python, vim, and R. Jesse has shared a handy script he uses to install all the specialty packages he uses for his data analysis. This is ... [Read more...]

An R interface to the Google Prediction API

December 10, 2010 | David Smith

An the New York R User Group* last night, 100 R users heard Ni Wang and Max Lin talk explain how "R is one of the important tools used by analysts and engineers at Google for analyzing data". During the talk, Lin revealed that Google plans to make "R more integrated ... [Read more...]

Access the InfoChimps API from R

November 22, 2010 | David Smith

InfoChimps.com is mainly known as a clearinghouse for finding large data sets, for free or for sale. But they have also released (in beta, at least) an API that lets you find some pretty useful information on-demand. Normally, you'd have you use RESTful calls to access the API, but ... [Read more...]

Installing R packages

November 6, 2010 | csgillespie

Part of the reason R has become so popular is the vast array of packages available at the cran and bioconductor repositories. In the last few years, the number of packages has grown exponentially! This is a short post giving steps on how to actually install R packages. Let’s ... [Read more...]

A competition to predict popular R packages

October 8, 2010 | David Smith

What makes an R package popular? The number of people that use a given R package is a common point of discussion, but it turns out that it's kind of tricky to get hard and fast data to answer this question. You can look at the "I use this" number ... [Read more...]

A new version of ff released (version 2.2.0)

October 2, 2010 | Tal Galili

A few hours ago, Jens Oehlschlägel has announced on the R-help mailing list of the release of a new version of the ff package. The ff package provides data structures that are stored on disk but behave (almost) as if they were in RAM by transparently mapping only a ... [Read more...]

Google Summer of Code advances R

September 28, 2010 | David Smith

For the third year running, the Google Summer of Code program has sponsored a number of students working with R, and has again resulted in several new contributions expanding R in various fields. Dirk Eddelbuettel, who coordinated the R-related projects for GSoC in 2010, summarized the results, with details about the ... [Read more...]

plyr and reshape: better, faster, more productive

September 10, 2010 | David Smith

Hadley Wickham has just released updates to his data-manipulation packages for R, plyr and reshape (now called reshape2), that are much faster and more memory-efficient than the previous incarnations. The reshape2 package lets you flexibly restructure and aggregate data using just three functions (melt, acast and dcast), whereas the plyr ... [Read more...]

What can other languages learn from R?

September 9, 2010 | David Smith

At the ASA Statistical Computing Award ceremony in Vancouver last month, R's co-creator Ross Ihaka said that R began as a "system that was functional and well-designed, and made it easy and fun for other people to help". R's other co-creator, Robert Gentleman, also described the ability of others to ... [Read more...]

How Google and Facebook are using R

August 4, 2010 | Szilard

This is an older (2009) video from the kickoff meeting of the San Francisco Bay Area R Users Group. It was a panel discussion within the Predictive Analytics World conference. Video courtesy by Ron Fredericks of LectureMaker (click on the … Continue reading →
[Read more...]

Taking R to the Limit: Parallelization

July 29, 2010 | Szilard

Video, slides and code of the talk “Taking R to the Limit: Parallelization” by Ryan Rosario at the Los Angeles area R Users Group in July 2010 as follows. Slides: R code: here. Video: If you have a question to … Continue reading →
[Read more...]

Seamless R and C++ integration

July 28, 2010 | Szilard

Video of the talk “Seamless R and C++ integration” by Dirk Eddelbuettel at the Los Angeles area R Users Group in March 2010 (to see the video in a larger size, click inside the video but outside the play button):
[Read more...]

New versions of plyr, ggplot2 released

July 6, 2010 | David Smith

Hadley Wickham has announced that new versions of his popular grammar-of-graphics charting package ggplot2 and his general-purpose data reshaping tool plyr for R are now available. plyr boasts several new features, most notably a new join function which should simplify what can sometimes be a difficult process in R: merging ... [Read more...]

June 2010 edition of R Journal available

June 30, 2010 | David Smith

The latest edition of the R Journal is now available. This issue includes in-depth articles on the packages IsoGene, glmmBUGS, cshapes, tmvtnorm, neuralnet, glmperm and exactci/exact2x2, plus an example of reproducible research in R. There's also a review of the book A Beginner's Guide to R. The complete ... [Read more...]

Connecting Revolution R to MySQL on Windows

June 4, 2010 | David Smith

My colleague Saar Golde was having some troubles connecting Revolution R to MySQL on Windows (64-bit). Turned out the problem was the lack of an environment variable. He documented the instructions for fixing the problem on Windows 7, below. Thanks, Saar! The Problem: A client is about to send me a ... [Read more...]

Package Update Roundup: Feb 2010

March 12, 2010 | David Smith

This is a list of new or updated packages that were released for R in February, as announced on the r-packages mailing list. To include other updates on this list, please email David Smith. For a complete list of all updates on CRAN, see the CRANberries archive for February 2010. Follow ... [Read more...]

Package Update Roundup: Dec 2009 – Jan 2010

February 9, 2010 | David Smith

A special double edition of the Package Update Roundup this month! This is a list of new or updated packages that were released for R in December and January, as announced on the r-packages mailing list. To include other updates on this list, please email David Smith. For a complete ... [Read more...]

New features in ggplot2 version 0.85

January 18, 2010 | David Smith

Hadley Wickham recently updated the ggplot2 package for R to version 0.8.5. In addition to bugfixes and performance improvements, this version introduces some handy new features. Among them: the ability to display mathematical equations as text, automatic legends for color scales, and user-configurable axis labels and legend titles. The Learning R ... [Read more...]
1 2 3 4 5

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)