Code Projects
Below are some projects that are hosted on my GitHub. These featured repositories showcase my past and present use of different programming languages and frameworks. I regularly work in R and I have experience with R Shiny, R Markdown, Quarto, and creating R packages. Moving forward, I am excited to pick up Julia and try out the Genie framework.
Apps
Complete 2022-2023
I created the gardenhelpr R Shiny app to assist in backyard garden planning. The app generates an interactive visualization of companion and antagonist plants from the user’s input. A full list of friends and foes can be downloaded as a csv.
#R
#RShiny
#ggplot2
Complete 2020
The Colorband Combination Generator app was created with R Shiny and packaged with Electron. It creates random color combinations for bird banding. Colors can be selected based on what’s available in a banding kit, and selections are saved for future use via shinyStore.
#R
#RShiny
Data analysis
Complete 2017-2022
The RHWO Parental Care repository contains data, metadata, code, and figures pertaining to my Master’s research data analyses.
#R
#tidyverse
#ggplot2
Miscellaneous
Complete 2020
I wrote a step-by-step guide to creating a desktop application with R Shiny using Electron on both macOS and Windows.