September 2016

Volunteer to help improve R’s documentation

September 12, 2016 | David Smith

The R Consortium, in its most recent funding round, awarded a grant of $10,000 to The R Documentation Task Force, whose mission is to design and build the next generation R documentation system. (Microsoft is a Platinum Member of the R Consortium.) The task force has the support and participation of ... [Read more...]

Telco churn prediction with R+H2O

September 12, 2016 | Bogumił Kamiński

Recently together with my friend Wit Jakuczun we have discussed about a blog post on Revolution showing application of SQL Server R services to build and run telco churn model. It is a very nice analysis and we thought that it would be interesting to compare the results to H2... [Read more...]

Clustering using the ClusterR package

September 11, 2016 | mlampros

This blog post is about clustering and specifically about my recently released package on CRAN, ClusterR. The following notes and examples are based mainly on the package Vignette. Cluster analysis or clustering is the task of grouping a set... [Read more...]

velox – Fast Raster Manipulation and Extraction in R

September 11, 2016 | hunzikp

I’m happy to announce that I’ve recently published the velox R package. velox allows performing common raster operations in R much faster than alternative packages. The following plot provides a brief overview of the speed-up associated with using velox, as opposed to the well-known raster package: velox is ...
[Read more...]

stringdist 0.9.4.2 released

September 11, 2016 | mark

stringdist 0.9.4.2 was accepted on CRAN at the end of last week. This release just fixes a few bugs affecting the stringdistmatrix function, when called with a single argument. From the NEWS file: bugfix in stringdistmatrix(a): value of p, for … Continue reading →
[Read more...]

What is the cost of a progress bar in R?

September 11, 2016 | Peter Solymos

The pbapply R package adds progress bar to vectorized functions, like lapply. A feature request regarding progress bar for parallel functions has been sitting at the development GitHub repository for a few months. More recently, the author of the pbmcapply package dropped a note about his implementation of forking functionality ... [Read more...]

RSelenium: A wonderful tool for web scraping.

September 10, 2016 | ginnalin

For one of my projects, I needed to fetch data in R from online sources. We all know that its a common practice to collect data from Twitter, Facebook and other online social media websites and analyse them. I used to do the same using the XML package until a ... [Read more...]

New package gettz on CRAN

September 10, 2016 | Thinking inside the box

gettz is now on CRAN in its initial release 0.0.1. It provides a possible fallback in situations where Sys.timezone() fails to determine the system timezone. That can happen when e.g. the file /etc/localtime somehow is not a link into the correspondi... [Read more...]
1 7 8 9 10 11 13

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)