December 2014

Curling – exploring web request options

December 18, 2014 | rOpenSci Blog - R

rOpenSci specializes in creating R libraries for accessing data resources on the web from R. Most times you request data from the web in R with our packages, you should have no problem. However, you evenutally will run into problems. In addition, there are advanced things you can do modifying ... [Read more...]

Ratfor, R, RUNOFF, RPG and Ruby

December 17, 2014 | Derek Jones

R is for Ratfor, R, RUNOFF, RPG and Ruby Ratfor is a structured form of Fortran from the days when structured programming was the in-thing and Fortran did not have much of it (lots got added in later revisions). I think its success came from allowing users to claim a ... [Read more...]

New leadership of the R Foundation

December 17, 2014 | David Smith

The R Foundation, the Austria-based non-profit founded in 2003 to oversee the R Project, recently held leadership elections and added some new members. The new R Foundation Board is: Co-Presidents: Duncan Murdoch, Martyn Plummer Secretary General: Martin Mächler Treasurer: Kurt Hornik Members at large: John Chambers, Brian Ripley, Dirk Eddelbuettel ... [Read more...]

R code coverage support via docker

December 17, 2014 | R2D2

R code coverage support via docker 2014-12-17 Source In my previous post , I used a R with built-in code coverage to compute the code coverage of some packages. Today I will show you how to install and use such a R with code coverage support. I just created a ... [Read more...]

Sketching Scatterplots to Demonstrate Different Correlations

December 17, 2014 | Tony Hirst

Looking just now for an openly licensed graphic showing a set of scatterplots that demonstrate different correlations between X and Y values, I couldn’t find one. So here’s a quick R script for constructing one, based on a Cross Validated question/answer (Generate two variables with precise pre-specified ...
[Read more...]

Preferring a preference index

December 17, 2014 | ibartomeus

I’ve been reading about preference indexes lately, specifically for characterising pollinator preferences for plants, so here is what I learnt. Preference is defined as using an item (e.g. plant) more than expected given the item abundance. First I like to use … Continue reading →
[Read more...]

New R package for electricity forecasting

December 17, 2014 | Rob J Hyndman

Shu Fan and I have developed a model for electricity demand forecasting that is now widely used in Australia for long-term forecasting of peak electricity demand. It has become known as the “Monash Electricity Forecasting Model”. We have decided to release an R package that implements our model so that ... [Read more...]

More Snowdoop Coming

December 16, 2014 | matloff

In spite of the banter between Yihui and me, I’m glad to hear that he may be interested in Snowdoop, as are some others.  I’m quite busy this week (finishing writing my Parallel Computation for Data Science book, and still have a lot of Fall Quarter grading to ... [Read more...]

Peter Norvig’s Spell Checker in Two Lines of Base R

December 16, 2014 | Rasmus Bååth

Peter Norvig, the director of research at Google, wrote a nice essay on How to Write a Spelling Corrector a couple of years ago. That essay explains and implements a simple but effective spelling correction function in just 21 lines of Python. Highly recommended reading! I was wondering how many lines ... [Read more...]

Introducing V8: An Embedded JavaScript Engine for R

December 16, 2014 | Jeroen Ooms

JavaScript is an fantastic language for building applications. It runs on browsers, servers and databases, making it possible to design an entire web stack in a single language. The OpenCPU JavaScript client already allows for calling R functions from JavaScript (see jsfiddles and apps). With the new V8 package we ...
[Read more...]

Yikes…It’s Been Awile

December 16, 2014 | Andy

Apparently our last blog post was in August. Dang. Where did five months go? Blog guilt would be killing me, but I swear it was just yesterday that Mine posted. I will give a bit of review of some of … Continue reading → [Read more...]

The Mandelbrot Set in R

December 16, 2014 | Myles Harrison

IntroductionI was having a conversation with someone I know about weather forecasts the other day and it went something like this:"Yes, their forecasts are really not very good. They really need to work on improving them.""Well, yes, I think they're ok... [Read more...]

Interactive 2D & 3D Plots with Plotly and ggplot2

December 16, 2014 | Joseph Rickert

by Matt Sundquist co-founder of Plotly R, Plotly, and ggplot2 let you make, share, and collaborate on beautiful, interactive plots online. Let's see what we can do with the topographic data from Auckland's Maunga Whau Volcano that comes with R. Copy and paste this R code to make your first ... [Read more...]

A short post: A Shiny Application for Visualizing Colors in R

December 16, 2014 | jyothi

Choosing the right colors for graphics is vital for good data visualization. There are 657 colors defined in R using color names. The names of these colors can be obtained using the R command: Some examples of color names in R include exotic sounding ones such as ‘steelblue1′, ‘thistle’, ‘mintcream’ and ... [Read more...]
1 3 4 5 6 7 12

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)