boB Rudis
boB Rudis
I'll be poking at this over the Christmas break, here. I'll embed an example shiny app in the pkg once i get it working.
Can you paste your `NAMESPACE` file?
Well met, @pedrocr83! This is a super interesting request (i.e. making this a more generic function). Lemme ponder a bit what said API would look like. In the interim, here's...
(just a quick note as I'm traveling a bit through Wed and internet is spotty for me) Wow! You folks are _amazing_ (not exaggerating). I'd like to be able to...
Awesome folks. Lemme try an incremental bookdown tutorial/splainer/vignette on this (chapter a topic). That way I can get something going right away and keep y'all interested & informed. And, there...
Definitely open to it. Take a look at @bbolker's `geom_encircle`: https://github.com/hrbrmstr/ggalt/blob/master/R/geom_encircle.r (it may have solved some of the tech details).
May be able to do some string diff and come up with a good way to report it for 0.4.0. #ty!
--- title: "hrbrthemes testbed" output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ```{r message=FALSE} library(hrbrthemes) library(tidyverse) ``` ### Arial Narrow ```{r} ggplot(mtcars, aes(wt, mpg)) + geom_point() + labs(title="Arial...
ah. lemme poke at that
--- title: "hrbrthemes flexdashboard" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill --- ```{r setup, include=FALSE} library(flexdashboard) library(hrbrthemes) library(tidyverse) ``` Column {data-width=650} ----------------------------------------------------------------------- ### Roboto Condensed ```{r} ggplot(mtcars, aes(wt, mpg)) + geom_point()...