September 2018

August 2018: Top 40 New Packages

September 25, 2018 | R Views

Package developers relaxed a bit in August.; only 160 new packages went to CRAN that month. Here are my “Top 40” picks organized into seven categories: Data, Machine Learning, Science, Statistics, Time Series, Utilities, and Visualization. Data nsapi v0.1.1: Provides an interface to the Nederlandse Spoorwegen (Dutch Railways) API, allowing users to ...
[Read more...]

Le Monde puzzle [#1068]

September 25, 2018 | xi'an

And here is the third Le Monde mathematical puzzle  open for competition: Consider for this puzzle only integers with no zero digits. Among these an integer x=a¹a²a³… is refined if it is a multiple of its scion, the integer defined as x without the first digit, y=...
[Read more...]

R developer’s guide to Azure

September 25, 2018 | David Smith

If you want to run R in the cloud, you can of course run it in a virtual machine in the cloud provider of your choice. And you can do that in Azure too. But Azure provides seven dedicated services that provide the ability to run R code, and you ... [Read more...]

Label line ends in time series with ggplot2

September 25, 2018 | Simon Jackson

@drsimonj here with a quick share on making great use of the secondary y axis with ggplot2 – super helpful if you’re plotting groups of time series! Here’s an example of what I want to show you how to create (pay attention to the numbers of the ...
[Read more...]

Label line ends in time series with ggplot2

September 25, 2018 | Simon Jackson

@drsimonj here with a quick share on making great use of the secondary y axis with ggplot2 – super helpful if you’re plotting groups of time series! Here’s an example of what I want to show you how to create (pay attention to the numbers of the ...
[Read more...]

A Better Example of the Confused By The Environment Issue

September 25, 2018 | John Mount

Our interference from then environment issue was a bit subtle. But there are variations that can be a bit more insidious. Please consider the following. library("dplyr") # unrelated value that happens # to be in our environment z % select(-z) # x y # … Continue reading A Better Example of the Confused By ... [Read more...]

How to build a shiny “truck”

September 25, 2018 | Sebastian Wolf

This story was already published in RViews. It describes how it is possible to build a large scale shiny app without getting lost in code. All code of this story can be checked out at: https://github.com/zappingseb/biowarptruck Last month, at the R/Pharma conference that took place ...
[Read more...]

PCA plot with fill, color, and shape all together

September 25, 2018 | Xianjun Dong

When I plotted the PCA results (e.g. scatter plot for PC1 and PC2) and was about to annotate the dataset with different covariates (e.g. gender, diagnosis, and ethic group), I noticed that it's not straightforward to annotate __2 covariates at the same time using ggplot. Here is what works ... [Read more...]

EARLy bird catches the worm!

September 25, 2018 | Julian Ferry

Two weeks ago was our most successful EARL London conference in its 5-year history, which I had the pleasure of attending for both days of talks. Now I must admit, as a Python user, I did feel a little bit like I was being dragged along to an event where ... [Read more...]

Introducing the Kernel Heaping Package III

September 25, 2018 | INWT-Blog-RBloggers

In the second part of this blog series, I showed how to compute spatial kernel density estimates based on area-level data. The Kernelheaping package also supports boundary-corrected kernel density estimation, which allows us to exclude certain areas, where we know that the density must be zero. One example is estimating ...
[Read more...]
1 2 3 4 5 15

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)