2014

Using Markdown and Pandoc for Publication

November 9, 2014 | suman

Using Markdown and Pandoc for PublicationThe other day I was involved in editing job, in which I was supposed to edit 18 articles written in Microsoft Word (doc/docx format) and convert them into pdf format (for printing into a book) and html format (for web publishing). Manuscripts written by people ... [Read more...]

SBS documentary “The Age of Big Data”

November 8, 2014 | Yanchang Zhao

by Yanchang Zhao, RDataMining.com “Data is becoming a powerful and most valuable commodity in 21st century. It is leading to scientific insights and new ways of understanding human behaviour. Data can also make you rich. Very rich.” — SBS documentary … Continue reading → [Read more...]

Another take on building a multi-lingual shiny app

November 8, 2014 | CL

I was reading this interesting post about how to build a multi-lingual Shiny app. I’m also building a multi-lingual Shiny app and came up with slightly different take on it. First, I don’t use a function for finding the translation, … Continue reading → [Read more...]

Zacks Data on Quandl

November 8, 2014 | andrew

Data from Zacks Research have just been made available on Quandl. Registered Quandl users have free preview access to these data, which cover the following: Earnings Estimates: forward-looking consensus forecasts; Earnings Surprises: estimated future and actual historical earnings; Earnings Announcements: predictions for earnings announcement dates, parameters, and supplementary data; Sales ... [Read more...]

Learn about Revolution R Open in live webinar, November 12

November 7, 2014 | David Smith

On Wednesday next week, I'll be presenting a live webinar to introduce Revolution R Open and several other open source projects from Revolution Analytics. In the webinar I'll describe: The enhancements included in Revolution R Open The Reproducible R Toolkit and the checkpoint package How to call R from other ... [Read more...]

How Joyent and Docker are Working Together

November 7, 2014 | Joyeur Article Feed

You may have seen that we recently open sourced SmartDataCenter and Manta. Because Joyent pioneered the use of infrastructure containers, you would be forgiven for asking the question: does this mean that SDC somehow competes with Docker? The answer is emphatically not — and in fact, to the c… [Read more...]

Scoring a Neural Net using R on AWS

November 7, 2014 | James Thomson

One of the drawbacks with R has been its limitation with big datasets. It stores everything in RAM so once you have more than 100K records your PC really starts to slow down. However, since AWS allows you to use any size machine, you could now consider using R for ... [Read more...]

RcppRedis 0.1.2

November 6, 2014 | Thinking inside the box

A new release of RcppRedis is now on CRAN. It contains additional commands for hashes and sets, all contributed by John Laing and Whit Armstrong. Changes in version 0.1.2 (2014-11-06) New commands execv, hset, hget, sadd, srem, and smembers... [Read more...]

Evaluating BreakoutDetection

November 6, 2014 | Randy Zwitch

A couple of weeks ago, Twitter open-sourced their BreakoutDetection package for R, a package designed to determine shifts in time-series data. The Twitter announcement does a great job of explaining the main technique for detection (E-Divisive with Medians), so I won’t rehash that material here. Rather, I wanted to ... [Read more...]

Seasonal periods

November 6, 2014 | Rob J Hyndman

I get questions about this almost every week. Here is an example from a recent comment on this blog: I have two large time series data. One is separated by seconds intervals and the other by minutes. The length of each time series is 180 days. I’m using R (3.1.1) for ... [Read more...]

Data anonymization in R

November 6, 2014 | Jan Górecki - R

Use cases Public reports. Public data sharing, e.g. R packages download logs from CRAN's RStudio mirror - cran-logs.rstudio.com - mask ip addresses. Reports or data sharing for external vendor. Development works can operate on anonymized PRODUCTION data. Manually or semi-manually populated data can often brings some new ... [Read more...]

geocodeHERE 0.1 is on CRAN

November 6, 2014 | Cory Nissen

In my previous blog post, I detailed how I created my first R package called geocodeHERE. This package is a convenient wrapper for Nokia's HERE geocoding API. The cool thing about this API is that it allows for bulk geocoding. So, instead of doing n API calls to geocode n ... [Read more...]
1 18 19 20 21 22 145

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)