R Packages
-
gramr: This package wraps the command line tool, write-good to provide grammar checking functions for Rmd or md documents. It can be used as an RStudio Addin, or from the console or command line by supplying an .Rmd or .md filename.
-
ttbbeer: This is my first R package on CRAN. This package provides the data for materials used at U.S. breweries as listed in the Beer Monthly Statistical Releases. The motivation behind this package was to provide an analysis-ready data set as the original data is in PDF format. Now available on CRAN
-
shinyLP: This is my second R package on CRAN and it provides templates and functions for landing home pages for your shiny application - leading to a better UX for your users and writing less HTML for the developer. Now available on CRAN
-
dumas: My vanity R package filled with useful functions for data analysis and R development.
Web Applications / Dashboards
-
shinyGEO: The Gene Expression Omnibus Analysis with Shiny (Project Name: GEO-AWS) is a web application to download gene expression datasets from the GEO Repository and perform differential expression and survival analyses. This project was partially developed as part of the 2015 Google Summer of Code program - Manuscript Publication
-
Flexdashboard of Reported Crimes in Hartford, Connecticut: Exploratory Data Analysis and data visualizations (including a interactive
leaflet
map) surrounding public safety questions on data from 2005 to Current from https://data.ct.gov - blog post -
Flexdashboard of Connecticut Real Estate Sales: Exploratory Data Analysis of Connecticut real estate sales from 2011 to 2013 from https://data.ct.gov - Additional RPubs modeling work
-
Flexdashboard of Estimate Population by Zipcode Choropleth map: a leaflet map showing the estimated population at a state-level by zipcode of the US.
-
Flexdashboard of Deep Learning Image Classification with Keras: This application uses the ResNet50 model, with weights pre-trained on ImageNet to enable fast experimentation for prediction of uploaded images classes.
Media
-
R for FinTech: A in-progress guidebook written in bookdown for R programming with Financial Technology (FinTech) applications.
-
RTalk Podcast: I co-hosted a technical podcast on the statistical software and programming language R with some buddies in the community. Old Episodes on available iTunes
Tutorials
-
Hipster Veggies: Find Select Trending Vegetables from Twitter using the
rtweet
andtidyverse
packages -
The Republic: Local Connecticut Election & Voter Data Analytics Projects
-
Extracting data from Twitter to get Chris Albon’s Machine Learning Flashcards: Blog post; also support Chris and buy the flashcards
-
Web scraping and mapping breweries with import.io and R: Getting information on Breweries can be a difficult process with data from multiple sources or sources that have limited access to developers. Import.io instantly turns webpages into data with minimal or no set-up involved. I developed this tutorial to extract meta data on Connecticut-based breweries.
-
Web Scraping the Best of Rotten Tomatoes: Using the
rvest
package, I web scraped several “best of” film genres lists into a a table and provided aplotly
data visualization to understand ratings versus reviews.
Other Projects
-
Insurance Claim Complaints: Exploratory Data Analysis of Connecticut insurance company complaints, resolutions, status, and recoveries from https://data.ct.gov
-
Virtual Bioinformatics Notebook: I spent a few great months gaining informatics skills at the University of Connecticut (UCONN) working on the genomics of big trees and walnuts.
-
My solved Project Euler problems: For fun I like to stretch my mathematical and python knowledge and attempt to solve these famous problems.
-
Star Wars 2048 Game: This project involved conceptualizing a re-design for the popular web application game 2048. In my version, I gave it a much needed Star Wars upgrade where the objective is to achieve the highest square of Yoda!
-
Exploring Towed car data in Hartford, CT during a snow storm: Exploratory Data Analysis of a dataset from https://data.ct.gov which tracked cars that were towed during and after a snow storm in Winter 2015.
If you are not embarrassed by your old code, you’re not learning enough.