Package: PlayerChart
Title: Generate Pizza Chart: Player Stats 0-100
Version: 1.0.0
Authors@R: 
    person("Amal", "Panwar",middle = NULL, "panwar.amal1995@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0003-9046-9207"))
Description: Create an interactive pizza chart visualizing a specific player's statistics across various attributes in a sports dataset. The chart is constructed based on input parameters: 'data', a dataframe containing player data for any sports; 'player_stats_col', a vector specifying the names of the columns from the dataframe that will be used to create slices in the pizza chart, with statistics ranging between 0 and 100; 'name_col', specifying the name of the column in the dataframe that contains the player names; and 'player_name', representing the specific player whose statistics will be visualized in the chart, serving as the chart title.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: dplyr, ggplot2, ggtext, magrittr, tidyr
NeedsCompilation: no
Packaged: 2024-05-25 19:23:12 UTC; lucifer
Author: Amal Panwar [aut, cre] (<https://orcid.org/0009-0003-9046-9207>)
Maintainer: Amal Panwar <panwar.amal1995@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-27 14:00:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:05:17 UTC; windows
