April 2018

Tinkering with Competitive Supertimes

April 6, 2018 | Tony Hirst

I’m back on the R thang with F1 data from ergast.com, and started having a look at how drivers and teams compare at a circuit. One metric I came across for comparing teams over a season is the supertime, typically calculated for each manufacturer as the average of ...
[Read more...]

Adding macOS Touch Bar Support to RStudio

April 6, 2018 | hrbrmstr

Modern MacBook Pros have a fairly useless (c’mon, admit it!) “Touch Bar” that did little more than cause severe ire in the developer community after turning a full-fledged, tactile Escape key into a hollow version if its former self. Having said, that, some apps do make OK use of ...
[Read more...]

Tips for Lightning Talks

April 6, 2018 | R on datawookie

It seems a little counter-intuitive, but a 5 minute lightning talk is far more difficult to prepare (and present!) than a standard 20 minute or longer talk. The principle challenge is fitting everything that you want to say into the allotted time, while still maintaining an engaging narrative. At the recent satRday ... [Read more...]

A few podcast recommendations

April 5, 2018 | David Smith

After avoiding the entire medium for years, I've been rather getting into listening to podcasts lately. As a worker-from-home I don't have a commute (the natural use case of podcasts, I guess), but I have been travelling a lot more recently and it's been great to listen to during long ... [Read more...]

Advanced Raster Data: Exercises

April 5, 2018 | João Gonçalves

Geospatial data is becoming increasingly used to solve numerous ‘real-life’ problems (check out some examples here.) In turn, R is becoming a powerful open-source solution to handle this type of data, currently providing an exceptional range of functions and tools for GIS and Remote Sensing data analysis. In particular, raster ...
[Read more...]

Laminar flow with ggplot2 and gganimate

April 5, 2018 | Eugene

Preface I’ve realized that all my previous posts were quite substantial in length and took quite a long time to create them. From this point forward I’ll be generating posts of shorter length (partially for my sanity and more for my impulsivity with ideas). A few of these ...
[Read more...]

Clojure Integration with R

April 4, 2018 | statcompute

(require '[tnoda.rashinban :as rr] '[tnoda.rashinban.core :as rc] '[clojure.core.matrix.dataset :as dt] '[clojure.core.matrix.impl.dataset :as id]) ;; CREATE A TOY DATA (def ds [{:id 1.0 :name "name1"} {:id 2.0 :n... [Read more...]

Constricted development with reticulate

April 4, 2018 | Jonathan Carroll

I’ve been using the reticulate package occasionally for a while now, so I was surprised to see that it had only just been officially released. reticulate: R interface to Python https://t.co/qVWmwoMQAP. Comprehensive set of interoperability tools including R Markdown Python engine #rstats #pydata pic.twitter.com/... [Read more...]

The Travelling Salesman Portrait

April 4, 2018 | @aschinchon

I have noticed even people who claim everything is predestined, and that we can do nothing to change it, look before they cross the road (Stephen Hawking) Imagine a salesman and a set of cities. The salesman has to visit each one of the cities starting from a certain one ...
[Read more...]

Four Years of Practical Data Science with R

April 4, 2018 | John Mount

Four years ago today authors Nina Zumel and John Mount received our author’s copies of Practical Data Science with R! It has its imitators, but it remains the best “I have R, now what do I do with it?” book (as it works the user through non-trivial projects, analyses, ...
[Read more...]

Constricted development with reticulate

April 4, 2018 | Jonathan Carroll

I’ve been using the reticulate package occasionally for a while now, so I was surprised to see that it had only just been officially released. reticulate: R interface to Python https://t.co/qVWmwoMQAP. Comprehensive set of interoperability tools including R Markdown Python...Continue Reading → [Read more...]

Exploring R-Bloggers Posts with the Feedly API

April 4, 2018 | hrbrmstr

There’s a yuge chance you’re reading this post (at least initially) on R-Bloggers right now (though you should also check out R Weekly and add their live feed to your RSS reader pronto!). It’s a central “watering hole” for R folks and is read by many (IIRC ...
[Read more...]

Moving from RPubs to Github documents

April 4, 2018 | nsaunders

If you still follow my Twitter feed – I pity you, as it’s been rather boring of late. Consisting largely of Github commit messages, many including the words “knit to github document”. Here’s why. RPubs, an early offering from RStudio, has been a great platform for easy and free ... [Read more...]

Design Patterns in R

April 4, 2018 | INWT-Blog-RBloggers

These notes are inspired by a talk by Stuart Sierra on Design Patterns in Functional Programming and some thoughts I found on F# for fun an profit and are reflection on how I use different strategies to solve things in R. Design Pattern seems to be a big word, especially ... [Read more...]

What is tidy eval and why should I care?

April 3, 2018 | Mango Solutions

Nic Crane, Data Scientist This article was first published on Nic Crane's Blog and kindly contributed to the Mango Blog. I’m going to begin this post somewhat backwards, and start with the conclusion: tidy eval is important to anyone who writes R functions and uses dplyr and/or tidyr. ...
[Read more...]
1 11 12 13 14 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)