I believe this stunning visualisation by David McCandless is quite famous. I would love to create a similar one in R if it's possible. Does anyone know if there's an R package which could be used for this?
The main figure could be made with ggplot2 using coord_polar()and a nice palette. More work to get the labels all in there with the right spacing, rotation, etc., but doable. The table on the right could be made with ggtext or gt. Layout with grid or patchwork.