mlbplotR
mlbplotR copied to clipboard
R package to easily plot MLB logos
Here is the code: ```r # This part has been edited by @camdenk as a best estimation at what comes before this ---- # based on a previous gist library(tidyverse)...
Hi, I am getting this issue when trying to install the mlbplotR. R version is 4.3.0 Can you please help me? Thanks > install.packages("mlbplotR") WARNING: Rtools is required to build...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_mlbplotR.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) *...
- Added a row argument to `gt_fmt_mlb_headshot` and `gt_fmt_mlb_dot_headshot` that allows the user to select which rows to apply the headshot rendering to
`nudge_x/y` capabilities have already been added to geoms. "jitter" would be a low usage item, but something that could be potentially useful if lots of logos are stacked atop each...