_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-ggplot2 3.5.1
Propagated dependencies: r-cli@3.6.3 r-glue@1.7.0 r-gtable@0.3.5 r-isoband@0.2.7 r-lifecycle@1.0.4 r-mass@7.3-61 r-mgcv@1.9-1 r-rlang@1.1.4 r-scales@1.3.0 r-svglite@2.1.3 r-tibble@3.2.1 r-vctrs@0.6.5 r-withr@3.0.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://ggplot2.tidyverse.org
Licenses: GPL 2+
Synopsis: Implementation of the grammar of graphics
Description:

Ggplot2 is an implementation of the grammar of graphics in R. It combines the advantages of both base and lattice graphics: conditioning and shared axes are handled automatically, and you can still build up a plot step by step from multiple data sources. It also implements a sophisticated multidimensional conditioning system and a consistent interface to map data to aesthetic attributes.