Skip to content

R Packages

Open source tools for data science and geospatial analysis

3 CRAN Packages
53+ Citations
115K+ Total Downloads

I develop and maintain open source R packages that solve real-world data science challenges. All packages are published on CRAN, the official R package repository, and are actively maintained with comprehensive documentation.

njgeo

Interface to New Jersey's official geocoding service for free address geocoding within R.

Batch geocodingReverse geocodingAddress candidatesNJ boundary data
CRAN platform
MIT license
Free cost

njtr1

Download and analyze New Jersey motor vehicle crash data from NJDOT for transportation research.

Automated downloadsData cleaningMultiple tablesTidy output
CRAN platform
2001-Present data Years
MIT license

Quick Install

R Console
# Install any package from CRAN
install.packages("zipcodeR")
install.packages("njgeo")
install.packages("njtr1")

# Load the package
library(zipcodeR)
library(njgeo)
library(njtr1)

Package Comparison

Feature zipcodeR njgeo njtr1
Primary Use ZIP code analysis NJ geocoding Crash data
Geographic Scope United States New Jersey New Jersey
Data Source Embedded database NJOGIS API NJDOT files
Offline Support Yes No (API) Downloads data
License GPL-3 MIT MIT

Frequently Asked Questions

What R packages has Gavin Rozzi created?

I have created three R packages available on CRAN: zipcodeR for ZIP code analysis, njgeo for New Jersey geocoding, and njtr1 for NJ traffic crash data. All are open source and free to use.

How do I install these R packages?

All packages can be installed from CRAN using install.packages(). For example: install.packages('zipcodeR').

Are these R packages free to use?

Yes, all R packages are open source and free to use. zipcodeR is licensed under GPL-3, while njgeo and njtr1 use the MIT license.

Which R package is most popular?

zipcodeR is the most popular with 115,000+ total downloads on CRAN and 53+ peer-reviewed citations in journals including Nature and Cancer Discovery.

About the Author

Gavin Rozzi

Gavin Rozzi

I lead digital transformation initiatives that bridge the gap between policy objectives and technical execution. My work focuses on data science and analytics, digital transformation, full-stack web development, and policy implementation.