Package: waterfalls Type: Package Title: Create Waterfall Charts using 'ggplot2' Simply Version: 1.1.4 Authors@R: person(given = "Hugh", family = "Parsonage", role = c("aut", "cre"), email = "hugh.parsonage+waterfall@gmail.com") Description: A not uncommon task for quants is to create 'waterfall charts'. There seems to be no simple way to do this in 'ggplot2' currently. This package contains a single function (waterfall) that simply draws a waterfall chart in a 'ggplot2' object. Some flexibility is provided, though often the object created will need to be modified through a theme. License: MIT + file LICENSE URL: https://github.com/hughparsonage/waterfalls Encoding: UTF-8 Imports: ggplot2 (>= 2.0.0), grDevices, rlang RoxygenNote: 7.2.0 Repository: https://hughparsonage.r-universe.dev Date/Publication: 2026-05-12 01:53:52 UTC RemoteUrl: https://github.com/hughparsonage/waterfalls RemoteRef: HEAD RemoteSha: 1cb243b4f720c090f6b9af441485d2c5d25fc4f5 NeedsCompilation: no Packaged: 2026-07-11 08:50:44 UTC; root Author: Hugh Parsonage [aut, cre] Maintainer: Hugh Parsonage