R Packages
I have extensive experience developing and maintaining high-quality R packages, both for my employers and open-source. I enjoy building tooling to make data analysis easier. Here are some of my open-source packages:
-
formula1data: tools to import data about Formula 1 motor racing from the Ergast API. Use the API client functions to construct dataframes from API requests, or run a local SQLite or DuckDB version of Ergast's full database. Github repo
-
c3plot: a wrapper of the C3.js charting library inspired by base R's S3 OO system for graphics. This lets you create charts features like zooming and tooltips that require JS while using a familiar syntax and methods from base R. Github repo Package website
-
mtWashington: a data package providing a dataset of daily weather measurements at the Mount Washington Observatory Github repo
-
chatgptAutostats: an experiment; use GPT-3.5 turbo to fit R Stats models. Github repo
-
shinyLua: Use Lua in Shiny Applications for frontend scripting instead of Javascript. Utilizes the Fengari Lua VM. (experimental) Github repo
Have any questions about any of these package? Feel free to reach out to me!