January 2015

Do You Know What You Show at Your Map?

January 10, 2015 | S.S. Rebelious

As access to the GIS and mapping is becoming easier every year the more people and companies create maps. Unfortunately often they just do not know what they are actually showing at their maps. This issue is being mentioned over and over again.  Here is the example that I discovered ... [Read more...]

"RStudio:Get Started" Screencasts

January 9, 2015 | C

I just wrapped up a course introducing R and RStudio with Pluralsight!  RStudio: Get Started covers  a range of topics on R itself and RStudio.  My fellow Pluralsight author Abhishek Kumar recently produced an introductory cour... [Read more...]

Calculating Churn in Seasonal Leagues

January 9, 2015 | Tony Hirst

One of the things I wanted to explore in the production of the Wrangling F1 Data With R book was the extent to which I could draw on published academic papers for inspiration in exploring the the various results and timing datasets. In a chapter published earlier this week, I ... [Read more...]

New in openssl 0.3: hash functions

January 9, 2015 | Jeroen Ooms

This week version 0.3 of the openssl package appeared on CRAN. New in this release are bindings to the cryptographic hashning functions in OpenSSL. Not exactly ground breaking (hashing functions have long been available from digest) but nice to have anyway. An overview from the new vignette: Hashing functions The functions ...
[Read more...]

Interactive visualizations with R – a minireview

January 9, 2015 | Juuso Parkkinen

Interactive visualization allows deeper exploration of data than static plots. Javascript libraries such as d3 have made possible wonderful new ways to show data. Luckily the R community has been active in developing R interfaces to some popular javascript libraries to enable R users to create interactive visualizations without knowing ... [Read more...]

Bioconductor project advances understanding of genetics

January 9, 2015 | David Smith

Bioconductor is a project to develop and curate a collection of R packages used for analysis of genetic data (specifically, analysis and comprehension of high-throughput genomic data). With the wealth of genetic data on humans and animals now available, Bioconductor is widely used in medical research to understand how genes ... [Read more...]

In case you missed it: December 2014 roundup

January 9, 2015 | David Smith

In case you missed them, here are some articles from November of particular interest to R users. R was featured in recent articles in Nature News and Mashable. A recap of the 6th Spanish R Users Conference. R was the recipient of a 2014 "Bossie" award for best open-source big data ... [Read more...]

Front-end for ggplot2

January 9, 2015 | yindeng

ggplot2 is a very powerful R package for data visualization, but mastering it is like learning another language in addition to R. Wouldn’t it be nice if there’s a simple GUI to ggplot2? That’s one major motivation behind the R package shinyData. Leveraging the power of shiny (...
[Read more...]

random 0.2.3

January 8, 2015 | Thinking inside the box

A new release of my random package for truly (hardware-based) random numbers as provided by random.org is now on CRAN. The main change is a switch to the curl() function from the eponymous package by Jeroen Ooms. This was caused by random.org now usi... [Read more...]

Anomaly Detection with Wikipedia Page View Data

January 8, 2015 | Benedikt Koehler

Today, the Twitter engineering team released another very interesting Open Source R package for working with time series data: “AnomalyDetection“. This package uses the Seasonal Hybrid ESD (S-H-ESD) algorithm to identify local anomalies (= variations inside seasonal patterns) and global anomalies (= variations that cannot be explained with seasonal patterns). As a [...] [Read more...]

New R Package: metricsgraphics

January 8, 2015 | hrbrmstr

Mozilla released the MetricsGraphics.js library back in November of 2014 (gh repo) and was greeted with great fanfare. It’s primary focus is on crisp, clean layouts for interactive time-series data, but they have support for other chart types as well (though said support is far from comprehensive). I had ... [Read more...]

Testing, testing, testing!

January 8, 2015 | jehrlinger

R testthat unit tests with GitHub, Travis-CI continuous integration and the covr package for Coveralls code coverage. I’ve been working pretty hard on getting the ggRandomForests package wrapped up so I can work on some other projects that have as… Continue reading →
[Read more...]

Regression Solutions Available

January 8, 2015 | Max Kuhn

The github page for the APM exercises has been updated with three new files for Chapters 6-8 (the section on regression). The classifications section is in-progress. Here's one of our fancy-pants graphs: [Read more...]

Nine Interactive 3D Graphs That Let You Zoom, Flip, & Spin

January 8, 2015 | Plotly

Plotly’s interactive 3D graphs have new capabilities: multiple scenes, streaming graphs, and contour lines. Plot from our web app, Excel, Google Docs, Python, MATLAB, and R. Contact us if you’re interested in running Plotly on-premise to integrate your own applications. Click any image to go to the full-screen ... [Read more...]

What’s your KatRisk Score?

January 8, 2015 | Joseph Rickert

by Joseph Rickert KatRisk, a Berkeley based catastrophe modeling company specializing in wind and flood risk, has put three R and Shiny powered interactive demos on their website. Together these provide a nice introduction to the practical aspects of weather based risk modeling and give a good indication of the ... [Read more...]

Using rvest to Scrape an HTML Table

January 8, 2015 | Cory Nissen

I recently had the need to scrape a table from wikipedia. Normally, I'd probably cut and paste it into a spreadsheet, but I figured I'd give Hadley's rvest package a go. The first thing I needed to do was browse to the desired page and locate the table. In this ... [Read more...]

Another release day: ggRandomForests V1.1.3

January 8, 2015 | jehrlinger

Continuing progress with the vignettes mean bug fixes in the code. Plus I’m presenting the regression random forest vignette to the stats group here tomorrow. http://cran.r-project.org/web/packages/ggRandomForests/index.html I’ve got another blog post percolating that will detail the biggest change in this… ... [Read more...]
1 7 8 9 10 11 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)