Repo Link: https://github.com/robbyblack2/CollegeFootball.git
College Football Statistics Analysis Tool
The purpose of this package is to analyze college football statistics. This package will be used to show team rankings, conference standings, player statistics, and bowl game predictions.
The audience for this package would be college football fans and sports analysts who need to determine player statistics and predictions.
Key functions I will implement:
player_statistics(player_name)
team_ranking(team_name)
conference_rank(team_name)
bowl_prediction(team_name)
I chose basic fields in my DESCRIPTION for this package for now. Dependencies include ggplot2, jsonlite, and dplyr. For licensing, I used the simple GPL-3 open license. I put myself as the author of this assignment.