April 2018

R/Finance 2018 Registration

April 20, 2018 | Joshua Ulrich

This year marks the 10th anniversary of the R/Finance Conference!  As in prior years, we expect more than 250 attendees from around the world. R users from industry, academia, and government will joining 50+ presenters covering all areas of f... [Read more...]

Packaging Shiny applications: A deep dive

April 20, 2018 | Mango Solutions

(Or, how to write a Shiny app.R file that only contains a single line of code) Mark Sellors, Head of Data Engineering This post is long overdue. The information contained herein has been built up over years of deploying and hosting Shiny apps, particularly in production environments, and mainly ...
[Read more...]

R is for R Origin Story

April 20, 2018 |

An important place in the history of statistics is AT&T Bell Laboratories. And one of the key parts of that story is the development of a language for statistical computing called S.Prior to 1975 or so, statistical researchers at Bell Labs used For...
[Read more...]

Fast Random Numbers for R with dqrng

April 20, 2018 | Ralf Stubner

If you need only a few truly random numbers you might use dice or atmospheric noise. However, if you need many random numbers you will have to use a pseudo random number generator (RNG). R includes support for different RNGs (c.f. ?Random) and a wide variety of distributions (c....
[Read more...]

strsplit – but keeping the delimiter

April 20, 2018 | Jakob Gepp

One of the functions I use the most is strsplit. It is quite useful if you want to separate a string by a specific character. Even if you have some complex rule for the split, most of the time you can solve this with a regular expression. However, recently I ...
[Read more...]

eRum Competition Winners

April 19, 2018 | R on The Jumping Rivers Blog

The Main Competition The Secondary Competition What next? The results of the eRum competition are in! Before we announce the winners we would like to thank everyone who entered. It has been a pleasure to look at all of the ideas on show. The Main Competition The winner of the ...
[Read more...]

Hackathon – Hack the city 2018

April 19, 2018 | Quantide

Hello, R-Users! Have you ever joined an hackathon? If so, you surely know how fun and stimulating these events are. If not… now’s your chance! Quantide is collaborating with Hack the City 2018, the 4th edition of the Southern Switzerland’s hackathon. Aside from being partners, we’re actively part ... [Read more...]

Upcoming speaking engagments

April 19, 2018 | John Mount

I have a couple of public appearances coming up soon. The East Bay R Language Beginners Group: Preparing Datasets – The Ugly Truth & Some Solutions, Tuesday, May 1, 2018 at Robert Half Technologies, 1999 Harrison Street, Oakland, CA, 94612. Official May 2018 BARUG Meeting: rquery: a Query Generator for Working With SQL Data, Tuesday, … Continue reading ...
[Read more...]

Q is for qplot

April 19, 2018 |

Q is for qplotYou may have noticed that I frequently use the ggplot2 package and the ggplot function to produce graphics for my posts. ggplot2, which is part of the so-called tidyverse, is called gg to refer to the "grammar of graphics". That is, it uses standard functions and arguments ...
[Read more...]

Frankly, Mr. Shankly

April 19, 2018 | quantixed

I read about Antonio Sánchez Chinchón’s clever approach to use the Travelling Salesperson algorithm to generate some math-art in R. The follow up was even nicer in my opinion, Pencil Scribbles. The subject was Boris Karloff as the monster in Frankenstein. I was interested in running the ...
[Read more...]

Adding Zero Catches

April 18, 2018 | fishR Blog

Introduction Much of my work is with undergraduates who are first learning to analyze fisheries data. A common “learning opportunity” occurs when students are asked to compute the mean catch (or CPE), along with a standard deviation (SD), across multiple gear sets for each species. The learning opportunity occurs because ... [Read more...]

rename phylogeny tip labels in treeio

April 18, 2018 | R on Guangchuang Yu

I don’t know whether ‘rename taxa’ is a common task or not. It seems not a good idea to rename taxa in Newick tree text, since it may introduce problems when mapping the original sequence alignment to the tree. If you just want to show different or additional information ...
[Read more...]
1 3 4 5 6 7 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)