January 2019

GetDFPData Ver 1.4

January 11, 2019 | R on msperlin

I just released a major update to package GetDFPData. Here are the main changes: Naming conventions for caching system are improved so that it reflects different versions of FRE and DFP files. This means the old caching system no longer works. If you h... [Read more...]

R Tip: Use seqi() For Indexes

January 11, 2019 | John Mount

R Tip: use seqi() for indexing. R‘s “1:0 trap” is a mal-feature that confuses newcomers and is a reliable source of bugs. This note will show how to use seqi() to write more reliable code and document intent. The issue is, contrary to expectations (formed in working with other programming ... [Read more...]

Add a static pdf vignette to an R package

January 11, 2019 | mark

Most vignettes are built when a package is built, but there are occasions where you just want to include a pdf. For example when you want to include a paper. Of course there is a package supporting this, but in … Continue reading →
[Read more...]

Poor Tom Mitchell

January 10, 2019 | Analysis of AFL

Today unfortunetely one of the games best players and the current Bronwnlow Medalist Tom Mitchell has been injured and will probably miss the whole 2019 AFL season. This is horrible news as he was just coming off arguably his best season (winning the Brownlow Medal). He’s an incredibly gifted inside ...
[Read more...]

epubr 0.6.0 CRAN release

January 10, 2019 | Matt's R Blog

The epubr R package provides functions supporting the reading and parsing of internal e-book content from EPUB files. It has been updated to v0.6.0 on CRAN. This post highlights new functionality. The key improvements focus on cases where EPUB files have poorly arranged text when loaded into R as a ... [Read more...]

Visualizing the Asian Cup with R!

January 10, 2019 | R by R(yo)

Another year, another big soccer/football tournament! This time it’s the top international competition in Asia, the Asian Cup hosted in the U.A.E. In this blog post I’ll be covering (responsible) web-scraping, data wrangling (... [Read more...]

Who is the greatest finisher in soccer?

January 10, 2019 | David Smith

It's relatively easy to find the player who has scored the most goals in the last 12 years (hello, Lionel Messi). But which professional football (soccer) player is the best finisher, i.e. which player is most likely to put a shot they take into the goal? You can't simply use ...
[Read more...]

Waffle Geoms & Other Miscellaneous In-Development Package Updates

January 10, 2019 | hrbrmstr

More than just sergeant has been hacked on recently, so here’s a run-down of various ???? updates: waffle The square pie chart generating waffle???? package now contains a nascent geom_waffle() so you can do things like this: library(hrbrthemes) library(waffle) library(tidyverse) tibble( parts = factor(rep(month.abb[1:3], 3), ...
[Read more...]
1 7 8 9 10 11 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)