March 2015

CRAN download statistics of any packages #rstats

March 7, 2015 | Daniel

Hadley Wickham announced at Twitter that RStudio now provides CRAN package download logs. I was wondering about the download numbers of my package and wrote some code to extract that information from the logs… The first code snippet is taken from the log website itself: Then I downloaded all files ...
[Read more...]

The R documentation is bad

March 6, 2015 | Pete

I have been using R for some time now and still can find it frustrating to work with. Over the years have come to the conclusion that it is primarily due to the documentation being bad. I offer no actual solutions here, but thought I would try and write down ... [Read more...]

Motor Vehicle Collision Density in NYC

March 6, 2015 | Benevolent Planner

In a previous post, I visualized crime density in Boston using R’s ggmap package. In this post, I use ggmap to visualize vehicle accidents in New York City. R code and data are included in this post. The data comes from NYC Open Data. My data cut ranges from 2012 ...
[Read more...]

Getting Data From An Online Source

March 6, 2015 | Robert Norberg

Getting Data From One Online SourceRobert NorbergHello world. It’s been a long time since I posted anything here on my blog. I’ve been busy getting my Masters degree in statistical computing and I haven’t had much free time to blog. But I’ve writing R code as ... [Read more...]

Volume of solids of revolution: the cone

March 6, 2015 | Mic

Have you ever wondered where do all those formulas to calculate the volume of solids like a cone, a cylinder, a sphere ecc… come from? In fact they come from a simple formula and from a clever basic idea. Imagine you have a function f Intuitively you could approximate the ...
[Read more...]

Text bashing in R for SQL

March 6, 2015 | Jeremy Jackson

Fairly often, a coworker who is strong in Excel, but weak in writing code will come to me for help in special details about customers in their datasets. Sometimes the reason is to call, email, or snail mail a survey, … Continue reading → [Read more...]

Generating an academic CV with R and YAML

March 6, 2015 | James Keirstead

Follow Email For the past couple years, I’ve been using Kieran Healy’s lovely template for my academic CV. Kieran’s code is a customised *.tex file which, of course, has the virtue of simplicity. All a person needs to do is update it with glorious achievements from time ... [Read more...]

Welcome to the Hadleyverse

March 6, 2015 | David Smith

It's fair to say that Hadley Wickham, chief scientist at RStudio and a new member of the R Foundation, has made great contributions to the R community. Not only is he the author of several R-related books including Advanced R, Hadley is also the author of dozens of R packages ... [Read more...]

Visualising a Classification in High Dimension

March 6, 2015 | arthur charpentier

So far, when discussing classification, we’ve been playing on my toy-dataset (actually, I should no claim it’s mine, it is inspired by the one used in the introduction of Boosting, by Robert Schapire and Yoav Freund). But in ral life, there are more observations, and more explanatory variables.... [Read more...]

Rcpp 0.11.5

March 6, 2015 | Thinking inside the box

The new release 0.11.5 of Rcpp just reached the CRAN network for GNU R, and a Debian package has also been be uploaded. Rcpp has become the most popular way of enhancing GNU R with C++ code. As of today, 345 packages on CRAN depend on Rcpp for making analyses go faster ... [Read more...]

Bio7 Overview Video

March 6, 2015 | » R

06.03.2015 For the upcoming EclipseCon 2015 where I present the Bio7 application I created an overview video (see below) which summarizes some of the main Bio7 functionality. This time the Eclipse Con is co-located with the FOSS4G. So many interesting things will be presented at one place. If you find the ... [Read more...]

Beautiful tables for linear model summaries #rstats

March 6, 2015 | Daniel

Beautiful HTML tables of linear models In this blog post I’d like to show some (old and) new features of the sjt.lm function from my sjPlot-package. These functions are currently only implemented in the development snapshot on GitHub. A package update is planned to be submitted soon to ... [Read more...]

R Basics at Simple Talk

March 5, 2015 | C

News that Microsoft will acquire Revolution Analytics has raised interest about R among SQL Server and .NET developers and administrators.  Simple-Talk is an online technical journal and hub for a community of such users.  I just wrote a... [Read more...]

View package downloads over time with Shiny

March 5, 2015 | David Robinson

Almost everyone with an R package in CRAN wonders how often it’s installed and used. Two years ago RStudio kindly started offering anonymized logs of their downloads from their CRAN mirror, which allows one to graph the number of downloads over time. Much easier than downloading and processing all ... [Read more...]
1 9 10 11 12 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)