Barret Schloerke

I specialize in Large Data Visualization where I utilize the interactivity of a web browser, the fast iterations of the R programming language, and large data storage capacity of Hadoop.


blog

plumber 1.1.0

March 29, 2021

{plumber} v1.1.0 is now on CRAN! In this post, we'll highlight some of the most exciting new features in both the v1.1.0 and v1.0.0 releases, including: parallel endpoint execution, a tidy interface, and request body parsing

blog

Shiny 1.6

February 1, 2021

Shiny 1.6 is now on CRAN! This release includes significant improvements to theming, caching, accessibility, and more.

rstudio::global 2021

plumber + future: Async Web APIs

January 21, 2021

plumber is an R package that allows users to create web APIs by decorating R functions using roxygen2-like comments.

Webinars

Expanding R Horizons: Integrating R with Plumber APIs

October 28, 2020

The Plumber package is a tool for integrating R with other frameworks and technologies

rstudio::conf 2019

Reactlog 2.0: Debugging the state of Shiny

January 25, 2019

The revamped reactlog provides an updated visual display to traverse through the reactive behavior within your shiny application. Using live shiny applications, we will use reactlog’s directed...