February 2015

Tutorial on High-Performance Computing in R

February 3, 2015 | matloff

I wanted to call your attention to what promises to be an outstanding tutorial on High-Performance Computing (HPC) in R, presented in Web streaming format. My Rth package coauthor Drew Schmidt, who is also one of the authors of the pbdR package, will be one of the presenters.  Should very ... [Read more...]

Base R Assessment!

February 3, 2015 | Francis Smart

Test your skills with this R-powered R assessment of base R knowledge! Built using the R powered adaptive testing platform Concerto, this assessment provides a short but powerful tool at evaluating your base R understanding relative to that of your pe... [Read more...]

Sharing Your Shiny Apps

February 3, 2015 | Joseph Rickert

by Siddarth Ramesh R Programmer, Revolution Analytics A couple of months ago, I worked on a customer engagement involving Shiny. Shiny is a package created by RStudio that is intended to make plots dynamic and interactive. One advantage of Shiny is that an app would completely be written in R, ... [Read more...]

R + ggplot2 Graph Catalog

February 3, 2015 | Stephen Turner

Joanna Zhao’s and Jenny Bryan’s R graph catalog is meant to be a complement to the physical book, Creating More Effective Graphs, but it’s a really nice gallery in its own right. The catalog shows a series of different data visualizations, all made with R and ggplot2. ... [Read more...]

R in Insurance 2015: Registration Opened

February 3, 2015 | Markus Gesmann

The registration for the third conference on R in Insurance on Monday 29 June 2015 at the University of Amsterdam has opened. This one-day conference will focus again on applications in insurance and actuarial science that use R, the lingua franca for ... [Read more...]

A few things I learned about shiny (and reactive programming)

February 2, 2015 | yindeng

Reactive dependencies are dynamic Reactives: order of execution Use of isolate to prevent accidental dependencies Conditional panel reactiveValues One of the things I really like about shiny is that it has excellent documentation: the tutorial, articles and gallery go a long way in helping newcomers as well as intermediate programmers ... [Read more...]

Paris’s history, captured in its streets

February 2, 2015 | David Smith

The following image by Mathieu Rajerison has been doing the rounds of French media recently. It shows the streets of Paris, color-coded by their compass direction. It's been featured in an article in Telerama magazine, and even on French TV Channel LCI (skip ahead to 8:20 in the linked video. which ... [Read more...]

What is an R environment?

February 2, 2015 | gluc

For many years as an R user, I didn’t care about environments. To run your statistics, you only very rarely need them. Until you come accross your first environmental concerns… For me, that was in relation with reference classes and R6 objects. Suddenly, everybody was talking about env, and ... [Read more...]

My "Top 5 R Functions"

February 2, 2015 | Dan Mirman

In preparation for a R Workgroup meeting, I started thinking about what would be my "Top 5 R Functions". I ruled out the functions for basic mechanics - save, load, mean, etc. - they're obviously critical, but every programming language has them, so th... [Read more...]

R … three dots ellipsis

February 2, 2015 | gluc

If you have used R before, then you surely have come across the three dots, e.g. [crayon-55343e020a0ff482644779/] In technical language, this is called an ellipsis. And it means that the function is designed to take any number of named or unnamed arguments. By the way, the ... [Read more...]

RcppStreams 0.1.0

February 2, 2015 | Thinking inside the box

The new package RcppStreams arrived on CRAN on Saturday. RcppStreams brings the excellent Streamulus C++ template library for event stream processing to R. Streamulus, written by Irit Katriel, uses very clever template meta-programming (via Boost Fu... [Read more...]
1 8 9 10 11

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)