March 2017

RcppGSL 0.3.2

March 5, 2017 | Thinking inside the box

The RcppGSL package provides an interface from R to the GNU GSL using the Rcpp package. RcppGSL release 0.3.2 is one of several maintenance releases this weekend to fix an issue flagged by CRAN: calls to .Call() sometimes used package= where PACKAGE=... [Read more...]

RcppSMC 0.1.5

March 5, 2017 | Thinking inside the box

RcppSMC provides Rcpp-based bindings to R for them Sequential Monte Carlo Template Classes (SMCTC) by Adam Johansen described in his JSS article. RcppSMC release 0.1.5 is one of several maintenance releases this weekend to fix an issue flagged by CRA... [Read more...]

replyr: Get a Grip on Big Data in R

March 5, 2017 | John Mount

replyr is an R package that contains extensions, adaptions, and work-arounds to make remote R dplyr data sources (including big data systems such as Spark) behave more like local data. This allows the analyst to more easily develop and debug procedures that simultaneously work on a variety of data services (...
[Read more...]

Resizing spatial data in R

March 5, 2017 | Mic

Here I am after a short break, writing again about R!In december I worked on a project that required me to work on spatial data. This led me to learn about how R deals with this kind of data and to look around for ways to make my “spatial ...
[Read more...]

Nasty Nas’ Nasty Rubdown via `magick`

March 4, 2017 | MikeJackTzen

  We have 2 legends, Biggie Smalls and Nas. At the 1:00 mark, Nasty Nas receives a Nasty Rubdown. Pretty sure this was the inspiration for Boosie’s Wipe Me Down. I made a .gif version using a pen, a tablet, and command line ‘ImageMagick‘. But the resulting FPS was slow, so I ... [Read more...]

WHO Tuberculosis Data & ggplot2

March 3, 2017 | eugejjoh

So it has been a while since my previous post on some data taken from the UNHCR database. This post we’ll bring it back to the topic of infectious diseases (check out my other posts on the SIR model and MRSA typing). For this post, as similar to previous ...
[Read more...]

vtreat: prepare data

March 3, 2017 | John Mount

This article is on preparing data for modeling in R using vtreat. Our example Suppose we wish to work with some data. Our example task is to train a classification model for credit approval using the ranger implementation of the random forests method. We will take our data from John ...
[Read more...]

February ’17 Tips and Tricks

March 3, 2017 | seanlopp

by Sean Lopp If you spend time with an excellent programmer, one thing that immediately jumps out is how quickly she can write code. It often appears to be magic, the number of keystrokes simply can’t equal the number of characters on the screen. The secret: it doesn’t! ... [Read more...]

Using MongoDB with R

March 2, 2017 | Fisseha Berhane

MongoDB is a NoSQL database program which uses JSON-like documents with schemas. It is free and open-source cross-platform database. MongoDB, top NoSQL database engine in use today, could be a good data storage alternative when analyzing large volume data. To use MongoDB with R, first, we have to download and ...
[Read more...]
1 15 16 17 18 19

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)